#79A52A

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

Shades of Sushi #79A52A

Tints of Sushi #79A52A

Color information

#79A52A (or 0x79A52A) is unknown color: approx Sushi. HEX triplet: 79, A5 and 2A. RGB value is (121,165,42). Sum of RGB (Red+Green+Blue) = 121+165+42=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #79A52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A52A is #865AD5. Grayscale: #8A8A8A. Windows color (decimal): -8805078 or 2794873. OLE color: 2794873.

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

Color convert

RGB12116542-
CMYK0.2700.750.35
HSL81.46º59.42%40.59%-
HSV(B)81.46º74.55%64.71%-
XYZ21.7631.147.05-
YUV137.8273.92116-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 165 (64.84% from 255) = 50.30%
BLUE value IS 42 (16.80% from 255) = 12.80%
R=36.89%
G=50.30%
B=12.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121165420.2700.750.3581.4659.4240.59
Hex79A52A1B04B23513b29
Octal17124552330113431217351
Binary11110011010010110101011011010010111000111010001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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