#799A20

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

Shades of Sushi #799A20

Tints of Sushi #799A20

Color information

#799A20 (or 0x799A20) is unknown color: approx Sushi. HEX triplet: 79, 9A and 20. RGB value is (121,154,32). Sum of RGB (Red+Green+Blue) = 121+154+32=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #799A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799A20 is #8665DF. Grayscale: #828282. Windows color (decimal): -8807904 or 2136697. OLE color: 2136697.

HSL color Cylindrical-coordinate representation of color #799A20: hue angle of 76.23º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #799A20 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB12115432-
CMYK0.2100.790.40
HSL76.23º65.59%36.47%-
HSV(B)76.23º79.22%60.39%-
XYZ19.727.285.59-
YUV130.2272.57121.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 154 (60.55% from 255) = 50.16%
BLUE value IS 32 (12.89% from 255) = 10.42%
R=39.41%
G=50.16%
B=10.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121154320.2100.790.4076.2365.5936.47
Hex799A201504F284c4224
Octal171232402501175011410244
Binary111100110011010100000101010100111110100010011001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,154,32); }

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

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

 a { background-color: rgb(121,154,32); }

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

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

 span { border-color: rgb(121,154,32); }

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