#79A542

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

Shades of Sushi #79A542

Tints of Sushi #79A542

Color information

#79A542 (or 0x79A542) is unknown color: approx Sushi. HEX triplet: 79, A5 and 42. RGB value is (121,165,66). Sum of RGB (Red+Green+Blue) = 121+165+66=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #79A542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A542 is #865ABD. Grayscale: #8C8C8C. Windows color (decimal): -8805054 or 4367737. OLE color: 4367737.

HSL color Cylindrical-coordinate representation of color #79A542: hue angle of 86.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79A542 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB12116566-
CMYK0.2700.600.35
HSL86.67º42.86%45.29%-
HSV(B)86.67º60%64.71%-
XYZ22.3231.3710.03-
YUV140.5685.92114.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 66 (26.17% from 255) = 18.75%
R=34.38%
G=46.88%
B=18.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121165660.2700.600.3586.6742.8645.29
Hex79A5421B03C23572b2d
Octal17124510233074431275355
Binary11110011010010110000101101101111001000111010111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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