#79902B

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

Shades of Sushi #79902B

Tints of Sushi #79902B

Color information

#79902B (or 0x79902B) is unknown color: approx Sushi. HEX triplet: 79, 90 and 2B. RGB value is (121,144,43). Sum of RGB (Red+Green+Blue) = 121+144+43=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #79902B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79902B is #866FD4. Grayscale: #7D7D7D. Windows color (decimal): -8810453 or 2855033. OLE color: 2855033.

HSL color Cylindrical-coordinate representation of color #79902B: hue angle of 73.66º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79902B is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB12114443-
CMYK0.1600.700.44
HSL73.66º54.01%36.67%-
HSV(B)73.66º70.14%56.47%-
XYZ18.2924.195.99-
YUV125.6181.38124.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=39.29%
G=46.75%
B=13.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121144430.1600.700.4473.6654.0136.67
Hex79902B100462C4a3625
Octal17122053200106541126645
Binary11110011001000010101110000010001101011001001010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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