#79912D

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

Shades of Sushi #79912D

Tints of Sushi #79912D

Color information

#79912D (or 0x79912D) is unknown color: approx Sushi. HEX triplet: 79, 91 and 2D. RGB value is (121,145,45). Sum of RGB (Red+Green+Blue) = 121+145+45=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #79912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79912D is #866ED2. Grayscale: #7E7E7E. Windows color (decimal): -8810195 or 2986361. OLE color: 2986361.

HSL color Cylindrical-coordinate representation of color #79912D: hue angle of 74.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79912D is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB12114545-
CMYK0.1700.690.43
HSL74.4º52.63%37.25%-
HSV(B)74.4º68.97%56.86%-
XYZ18.4824.516.24-
YUV126.4282.05124.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.91%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=38.91%
G=46.62%
B=14.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121145450.1700.690.4374.452.6337.25
Hex79912D110452B4a3525
Octal17122155210105531126545
Binary11110011001000110110110001010001011010111001010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79912D; }

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

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

<style>
 a { background-color: #79912D; }

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

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

<style>
 span { border-color: #79912D; }

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

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