#79932A

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

Shades of Sushi #79932A

Tints of Sushi #79932A

Color information

#79932A (or 0x79932A) is unknown color: approx Sushi. HEX triplet: 79, 93 and 2A. RGB value is (121,147,42). Sum of RGB (Red+Green+Blue) = 121+147+42=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #79932A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79932A is #866CD5. Grayscale: #7F7F7F. Windows color (decimal): -8809686 or 2790265. OLE color: 2790265.

HSL color Cylindrical-coordinate representation of color #79932A: hue angle of 74.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #79932A is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB12114742-
CMYK0.1800.710.42
HSL74.86º55.56%37.06%-
HSV(B)74.86º71.43%57.65%-
XYZ18.7425.16.05-
YUV127.2679.89123.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.03%
GREEN value IS 147 (57.81% from 255) = 47.42%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=39.03%
G=47.42%
B=13.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121147420.1800.710.4274.8655.5637.06
Hex79932A120472A4b3825
Octal17122352220107521137045
Binary11110011001001110101010010010001111010101001011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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