#77B117

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

Shades of Lima #77B117

Tints of Lima #77B117

Color information

#77B117 (or 0x77B117) is unknown color: approx Lima. HEX triplet: 77, B1 and 17. RGB value is (119,177,23). Sum of RGB (Red+Green+Blue) = 119+177+23=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #77B117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77B117 is #884EE8. Grayscale: #8E8E8E. Windows color (decimal): -8933097 or 1552759. OLE color: 1552759.

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

Color convert

RGB11917723-
CMYK0.3300.870.31
HSL82.6º77%39.22%-
HSV(B)82.6º87.01%69.41%-
XYZ23.4835.436.41-
YUV142.160.78111.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 177 (69.53% from 255) = 55.49%
BLUE value IS 23 (9.38% from 255) = 7.21%
R=37.30%
G=55.49%
B=7.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119177230.3300.870.3182.67739.22
Hex77B117210571F534d27
Octal167261274101273712311547
Binary11101111011000110111100001010101111111110100111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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