#79A02D

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

Shades of Sushi #79A02D

Tints of Sushi #79A02D

Color information

#79A02D (or 0x79A02D) is unknown color: approx Sushi. HEX triplet: 79, A0 and 2D. RGB value is (121,160,45). Sum of RGB (Red+Green+Blue) = 121+160+45=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #79A02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A02D is #865FD2. Grayscale: #878787. Windows color (decimal): -8806355 or 2990201. OLE color: 2990201.

HSL color Cylindrical-coordinate representation of color #79A02D: hue angle of 80.35º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #79A02D is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB12116045-
CMYK0.2400.720.37
HSL80.35º56.1%40.2%-
HSV(B)80.35º71.88%62.75%-
XYZ20.9329.47.05-
YUV135.2377.08117.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 45 (17.97% from 255) = 13.80%
R=37.12%
G=49.08%
B=13.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121160450.2400.720.3780.3556.140.2
Hex79A02D1804825503828
Octal17124055300110451207050
Binary11110011010000010110111000010010001001011010000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,160,45); }

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

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

 a { background-color: rgb(121,160,45); }

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

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

 span { border-color: rgb(121,160,45); }

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