#77B127

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

Shades of Lima #77B127

Tints of Lima #77B127

Color information

#77B127 (or 0x77B127) is unknown color: approx Lima. HEX triplet: 77, B1 and 27. RGB value is (119,177,39). Sum of RGB (Red+Green+Blue) = 119+177+39=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #77B127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B127 is #884ED8. Grayscale: #909090. Windows color (decimal): -8933081 or 2601335. OLE color: 2601335.

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

Color convert

RGB11917739-
CMYK0.3300.780.31
HSL85.22º63.89%42.35%-
HSV(B)85.22º77.97%69.41%-
XYZ23.735.517.53-
YUV143.9368.78110.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 39 (15.62% from 255) = 11.64%
R=35.52%
G=52.84%
B=11.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119177390.3300.780.3185.2263.8942.35
Hex77B1272104E1F55402a
Octal167261474101163712510052
Binary111011110110001100111100001010011101111110101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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