#77B022

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

Shades of Lima #77B022

Tints of Lima #77B022

Color information

#77B022 (or 0x77B022) is unknown color: approx Lima. HEX triplet: 77, B0 and 22. RGB value is (119,176,34). Sum of RGB (Red+Green+Blue) = 119+176+34=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #77B022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B022 is #884FDD. Grayscale: #8F8F8F. Windows color (decimal): -8933342 or 2273399. OLE color: 2273399.

HSL color Cylindrical-coordinate representation of color #77B022: hue angle of 84.08º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77B022 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB11917634-
CMYK0.3200.810.31
HSL84.08º67.62%41.18%-
HSV(B)84.08º80.68%69.02%-
XYZ23.4235.097.05-
YUV142.7766.62111.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 34 (13.67% from 255) = 10.33%
R=36.17%
G=53.50%
B=10.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119176340.3200.810.3184.0867.6241.18
Hex77B022200511F544429
Octal167260424001213712410451
Binary111011110110000100010100000010100011111110101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,176,34); }

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

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

 a { background-color: rgb(119,176,34); }

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

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

 span { border-color: rgb(119,176,34); }

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