#7CB316

Color #7CB316 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CB316

Tints of Lima #7CB316

Color information

#7CB316 (or 0x7CB316) is unknown color: approx Lima. HEX triplet: 7C, B3 and 16. RGB value is (124,179,22). Sum of RGB (Red+Green+Blue) = 124+179+22=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB316 is #834CE9. Grayscale: #919191. Windows color (decimal): -8604906 or 1487740. OLE color: 1487740.

HSL color Cylindrical-coordinate representation of color #7CB316: hue angle of 81.02º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CB316 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB12417922-
CMYK0.3100.880.30
HSL81.02º78.11%39.41%-
HSV(B)81.02º87.71%70.2%-
XYZ24.5836.586.52-
YUV144.6658.78113.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 179 (70.31% from 255) = 55.08%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=38.15%
G=55.08%
B=6.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124179220.3100.880.3081.0278.1139.41
Hex7CB3161F0581E514e27
Octal174263263701303612111647
Binary1111100101100111011011111010110001111010100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CB316; }

 p { color: rgb(124,179,22); }

 H1.HeaderClassName
 {
   color: #7CB316;
 }
 .AnyTagClassName
 {
   color: #7CB316;
 }
</style>
background-color css

<style>
 a { background-color: #7CB316; }

 a { background-color: rgb(124,179,22); }

 div.DivClassName
 {
   background-color: #7CB316;
 }
 .BgClassName
 {
   background-color: #7CB316;
 }
</style>
border-color css

<style>
 span { border-color: #7CB316; }

 span { border-color: rgb(124,179,22); }

 td.TdClassName
 {
   border-color: #7CB316;
 }
 .TagClassName
 {
   border-color: #7CB316;
 }
</style>