#77A526

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

Shades of Lima #77A526

Tints of Lima #77A526

Color information

#77A526 (or 0x77A526) is unknown color: approx Lima. HEX triplet: 77, A5 and 26. RGB value is (119,165,38). Sum of RGB (Red+Green+Blue) = 119+165+38=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #77A526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A526 is #885AD9. Grayscale: #898989. Windows color (decimal): -8936154 or 2532727. OLE color: 2532727.

HSL color Cylindrical-coordinate representation of color #77A526: hue angle of 81.73º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77A526 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB11916538-
CMYK0.2800.770.35
HSL81.73º62.56%39.8%-
HSV(B)81.73º76.97%64.71%-
XYZ21.4130.976.68-
YUV136.7772.26115.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 38 (15.23% from 255) = 11.80%
R=36.96%
G=51.24%
B=11.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119165380.2800.770.3581.7362.5639.8
Hex77A5261C04D23523f28
Octal16724546340115431227750
Binary11101111010010110011011100010011011000111010010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,165,38); }

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

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

 a { background-color: rgb(119,165,38); }

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

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

 span { border-color: rgb(119,165,38); }

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