#79953E

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

Shades of Sushi #79953E

Tints of Sushi #79953E

Color information

#79953E (or 0x79953E) is unknown color: approx Sushi. HEX triplet: 79, 95 and 3E. RGB value is (121,149,62). Sum of RGB (Red+Green+Blue) = 121+149+62=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #79953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79953E is #866AC1. Grayscale: #838383. Windows color (decimal): -8809154 or 4101497. OLE color: 4101497.

HSL color Cylindrical-coordinate representation of color #79953E: hue angle of 79.31º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #79953E is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB12114962-
CMYK0.1900.580.42
HSL79.31º41.23%41.37%-
HSV(B)79.31º58.39%58.43%-
XYZ19.525.918.53-
YUV130.7189.22121.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=36.45%
G=44.88%
B=18.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121149620.1900.580.4279.3141.2341.37
Hex79953E1303A2A4f2929
Octal1712257623072521175151
Binary1111001100101011111101001101110101010101001111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79953E; }

 p { color: rgb(121,149,62); }

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

<style>
 a { background-color: #79953E; }

 a { background-color: rgb(121,149,62); }

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

<style>
 span { border-color: #79953E; }

 span { border-color: rgb(121,149,62); }

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