#79aa42

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

Shades of Sushi #79AA42

Tints of Sushi #79AA42

Color information

#79AA42 (or 0x79AA42) is unknown color: approx Sushi. HEX triplet: 79, AA and 42. RGB value is (121,170,66). Sum of RGB (Red+Green+Blue) = 121+170+66=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79AA42 is #8655BD. Grayscale: #8F8F8F. Windows color (decimal): -8803774 or 4369017. OLE color: 4369017.

HSL color Cylindrical-coordinate representation of color #79AA42: hue angle of 88.27º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #79AA42 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB12117066-
CMYK0.2900.610.33
HSL88.27º44.07%46.27%-
HSV(B)88.27º61.18%66.67%-
XYZ23.2433.2110.34-
YUV143.4984.27111.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=33.89%
G=47.62%
B=18.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121170660.2900.610.3388.2744.0746.27
Hex79AA421D03D21582c2e
Octal17125210235075411305456
Binary11110011010101010000101110101111011000011011000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79aa42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,170,66); }

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

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

 a { background-color: rgb(121,170,66); }

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

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

 span { border-color: rgb(121,170,66); }

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