#799B21

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

Shades of Sushi #799B21

Tints of Sushi #799B21

Color information

#799B21 (or 0x799B21) is unknown color: approx Sushi. HEX triplet: 79, 9B and 21. RGB value is (121,155,33). Sum of RGB (Red+Green+Blue) = 121+155+33=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #799B21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B21 is #8664DE. Grayscale: #838383. Windows color (decimal): -8807647 or 2202489. OLE color: 2202489.

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

Color convert

RGB12115533-
CMYK0.2200.790.39
HSL76.72º64.89%36.86%-
HSV(B)76.72º78.71%60.78%-
XYZ19.8827.625.72-
YUV130.9372.74120.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=39.16%
G=50.16%
B=10.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155330.2200.790.3976.7264.8936.86
Hex799B211604F274d4125
Octal171233412601174711510145
Binary111100110011011100001101100100111110011110011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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