#799E2C

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

Shades of Sushi #799E2C

Tints of Sushi #799E2C

Color information

#799E2C (or 0x799E2C) is unknown color: approx Sushi. HEX triplet: 79, 9E and 2C. RGB value is (121,158,44). Sum of RGB (Red+Green+Blue) = 121+158+44=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #799E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E2C is #8661D3. Grayscale: #868686. Windows color (decimal): -8806868 or 2924153. OLE color: 2924153.

HSL color Cylindrical-coordinate representation of color #799E2C: hue angle of 79.47º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #799E2C is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB12115844-
CMYK0.2300.720.38
HSL79.47º56.44%39.61%-
HSV(B)79.47º72.15%61.96%-
XYZ20.5728.76.84-
YUV133.9477.24118.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=37.46%
G=48.92%
B=13.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121158440.2300.720.3879.4756.4439.61
Hex799E2C17048264f3828
Octal17123654270110461177050
Binary11110011001111010110010111010010001001101001111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,158,44); }

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

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

 a { background-color: rgb(121,158,44); }

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

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

 span { border-color: rgb(121,158,44); }

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