#799B32

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

Shades of Sushi #799B32

Tints of Sushi #799B32

Color information

#799B32 (or 0x799B32) is unknown color: approx Sushi. HEX triplet: 79, 9B and 32. RGB value is (121,155,50). Sum of RGB (Red+Green+Blue) = 121+155+50=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #799B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B32 is #8664CD. Grayscale: #858585. Windows color (decimal): -8807630 or 3316601. OLE color: 3316601.

HSL color Cylindrical-coordinate representation of color #799B32: hue angle of 79.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #799B32 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB12115550-
CMYK0.2200.680.39
HSL79.43º51.22%40.2%-
HSV(B)79.43º67.74%60.78%-
XYZ20.1827.747.31-
YUV132.8681.24119.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=37.12%
G=47.55%
B=15.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155500.2200.680.3979.4351.2240.2
Hex799B3216044274f3328
Octal17123362260104471176350
Binary11110011001101111001010110010001001001111001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799B32; }

 p { color: rgb(121,155,50); }

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

<style>
 a { background-color: #799B32; }

 a { background-color: rgb(121,155,50); }

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

<style>
 span { border-color: #799B32; }

 span { border-color: rgb(121,155,50); }

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