#77B119

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

Shades of Lima #77B119

Tints of Lima #77B119

Color information

#77B119 (or 0x77B119) is unknown color: approx Lima. HEX triplet: 77, B1 and 19. RGB value is (119,177,25). Sum of RGB (Red+Green+Blue) = 119+177+25=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #77B119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77B119 is #884EE6. Grayscale: #8E8E8E. Windows color (decimal): -8933095 or 1683831. OLE color: 1683831.

HSL color Cylindrical-coordinate representation of color #77B119: hue angle of 82.89º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77B119 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB11917725-
CMYK0.3300.860.31
HSL82.89º75.25%39.61%-
HSV(B)82.89º85.88%69.41%-
XYZ23.5135.446.52-
YUV142.3361.78111.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 177 (69.53% from 255) = 55.14%
BLUE value IS 25 (10.16% from 255) = 7.79%
R=37.07%
G=55.14%
B=7.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119177250.3300.860.3182.8975.2539.61
Hex77B119210561F534b28
Octal167261314101263712311350
Binary11101111011000111001100001010101101111110100111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,177,25); }

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

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

 a { background-color: rgb(119,177,25); }

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

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

 span { border-color: rgb(119,177,25); }

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