#79962A

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

Shades of Sushi #79962A

Tints of Sushi #79962A

Color information

#79962A (or 0x79962A) is unknown color: approx Sushi. HEX triplet: 79, 96 and 2A. RGB value is (121,150,42). Sum of RGB (Red+Green+Blue) = 121+150+42=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #79962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79962A is #8669D5. Grayscale: #818181. Windows color (decimal): -8808918 or 2791033. OLE color: 2791033.

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

Color convert

RGB12115042-
CMYK0.1900.720.41
HSL76.11º56.25%37.65%-
HSV(B)76.11º72%58.82%-
XYZ19.2126.046.21-
YUV129.0278.89122.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=38.66%
G=47.92%
B=13.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121150420.1900.720.4176.1156.2537.65
Hex79962A13048294c3826
Octal17122652230110511147046
Binary11110011001011010101010011010010001010011001100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79962A; }

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

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

<style>
 a { background-color: #79962A; }

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

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

<style>
 span { border-color: #79962A; }

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

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