#79932B

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

Shades of Sushi #79932B

Tints of Sushi #79932B

Color information

#79932B (or 0x79932B) is unknown color: approx Sushi. HEX triplet: 79, 93 and 2B. RGB value is (121,147,43). Sum of RGB (Red+Green+Blue) = 121+147+43=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #79932B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79932B is #866CD4. Grayscale: #7F7F7F. Windows color (decimal): -8809685 or 2855801. OLE color: 2855801.

HSL color Cylindrical-coordinate representation of color #79932B: hue angle of 75º degrees, saturation: 0.55, 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 #79932B is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB12114743-
CMYK0.1800.710.42
HSL75º54.74%37.25%-
HSV(B)75º70.75%57.65%-
XYZ18.7525.116.14-
YUV127.3780.39123.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.91%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=38.91%
G=47.27%
B=13.83%

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
Decimal121147430.1800.710.427554.7437.25
Hex79932B120472A4b3725
Octal17122353220107521136745
Binary11110011001001110101110010010001111010101001011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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