#77B320

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

Shades of Lima #77B320

Tints of Lima #77B320

Color information

#77B320 (or 0x77B320) is unknown color: approx Lima. HEX triplet: 77, B3 and 20. RGB value is (119,179,32). Sum of RGB (Red+Green+Blue) = 119+179+32=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #77B320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B320 is #884CDF. Grayscale: #909090. Windows color (decimal): -8932576 or 2143095. OLE color: 2143095.

HSL color Cylindrical-coordinate representation of color #77B320: hue angle of 84.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77B320 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB11917932-
CMYK0.3400.820.30
HSL84.49º69.67%41.37%-
HSV(B)84.49º82.12%70.2%-
XYZ23.9936.277.1-
YUV144.364.62109.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 179 (70.31% from 255) = 54.24%
BLUE value IS 32 (12.89% from 255) = 9.70%
R=36.06%
G=54.24%
B=9.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal119179320.3400.820.3084.4969.6741.37
Hex77B320220521E544629
Octal167263404201223612410651
Binary111011110110011100000100010010100101111010101001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,179,32); }

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

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

 a { background-color: rgb(119,179,32); }

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

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

 span { border-color: rgb(119,179,32); }

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