#79963B

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

Shades of Sushi #79963B

Tints of Sushi #79963B

Color information

#79963B (or 0x79963B) is unknown color: approx Sushi. HEX triplet: 79, 96 and 3B. RGB value is (121,150,59). Sum of RGB (Red+Green+Blue) = 121+150+59=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #79963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79963B is #8669C4. Grayscale: #838383. Windows color (decimal): -8808901 or 3905145. OLE color: 3905145.

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

Color convert

RGB12115059-
CMYK0.1900.610.41
HSL79.12º43.54%40.98%-
HSV(B)79.12º60.67%58.82%-
XYZ19.5826.198.16-
YUV130.9687.39120.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=36.67%
G=45.45%
B=17.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121150590.1900.610.4179.1243.5440.98
Hex79963B1303D294f2c29
Octal1712267323075511175451
Binary1111001100101101110111001101111011010011001111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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