#79A524

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

Shades of Lima #79A524

Tints of Lima #79A524

Color information

#79A524 (or 0x79A524) is unknown color: approx Lima. HEX triplet: 79, A5 and 24. RGB value is (121,165,36). Sum of RGB (Red+Green+Blue) = 121+165+36=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #79A524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A524 is #865ADB. Grayscale: #898989. Windows color (decimal): -8805084 or 2401657. OLE color: 2401657.

HSL color Cylindrical-coordinate representation of color #79A524: hue angle of 80.47º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79A524 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB12116536-
CMYK0.2700.780.35
HSL80.47º64.18%39.41%-
HSV(B)80.47º78.18%64.71%-
XYZ21.6631.16.53-
YUV137.1470.92116.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 36 (14.45% from 255) = 11.18%
R=37.58%
G=51.24%
B=11.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121165360.2700.780.3580.4764.1839.41
Hex79A5241B04E23504027
Octal171245443301164312010047
Binary111100110100101100100110110100111010001110100001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A524; }

 p { color: rgb(121,165,36); }

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

<style>
 a { background-color: #79A524; }

 a { background-color: rgb(121,165,36); }

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

<style>
 span { border-color: #79A524; }

 span { border-color: rgb(121,165,36); }

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