#79963D

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

Shades of Sushi #79963D

Tints of Sushi #79963D

Color information

#79963D (or 0x79963D) is unknown color: approx Sushi. HEX triplet: 79, 96 and 3D. RGB value is (121,150,61). Sum of RGB (Red+Green+Blue) = 121+150+61=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #79963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79963D is #8669C2. Grayscale: #838383. Windows color (decimal): -8808899 or 4036217. OLE color: 4036217.

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

Color convert

RGB12115061-
CMYK0.1900.590.41
HSL79.55º42.18%41.37%-
HSV(B)79.55º59.33%58.82%-
XYZ19.6326.218.44-
YUV131.1888.39120.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=36.45%
G=45.18%
B=18.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121150610.1900.590.4179.5542.1841.37
Hex79963D1303B29502a29
Octal1712267523073511205251
Binary1111001100101101111011001101110111010011010000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,150,61); }

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

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

 a { background-color: rgb(121,150,61); }

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

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

 span { border-color: rgb(121,150,61); }

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