#77B418

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

Shades of Lima #77B418

Tints of Lima #77B418

Color information

#77B418 (or 0x77B418) is unknown color: approx Lima. HEX triplet: 77, B4 and 18. RGB value is (119,180,24). Sum of RGB (Red+Green+Blue) = 119+180+24=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #77B418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B418 is #884BE7. Grayscale: #909090. Windows color (decimal): -8932328 or 1619063. OLE color: 1619063.

HSL color Cylindrical-coordinate representation of color #77B418: hue angle of 83.46º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77B418 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB11918024-
CMYK0.3400.870.29
HSL83.46º76.47%40%-
HSV(B)83.46º86.67%70.59%-
XYZ24.0936.636.66-
YUV143.9860.29110.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 180 (70.70% from 255) = 55.73%
BLUE value IS 24 (9.77% from 255) = 7.43%
R=36.84%
G=55.73%
B=7.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119180240.3400.870.2983.4676.4740
Hex77B418220571D534c28
Octal167264304201273512311450
Binary11101111011010011000100010010101111110110100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B418; }

 p { color: rgb(119,180,24); }

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

<style>
 a { background-color: #77B418; }

 a { background-color: rgb(119,180,24); }

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

<style>
 span { border-color: #77B418; }

 span { border-color: rgb(119,180,24); }

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