#799E2F

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

Shades of Sushi #799E2F

Tints of Sushi #799E2F

Color information

#799E2F (or 0x799E2F) is unknown color: approx Sushi. HEX triplet: 79, 9E and 2F. RGB value is (121,158,47). Sum of RGB (Red+Green+Blue) = 121+158+47=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #799E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E2F is #8661D0. Grayscale: #868686. Windows color (decimal): -8806865 or 3120761. OLE color: 3120761.

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

Color convert

RGB12115847-
CMYK0.2300.700.38
HSL80º54.15%40.2%-
HSV(B)80º70.25%61.96%-
XYZ20.6328.727.15-
YUV134.2878.74118.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 158 (62.11% from 255) = 48.47%
BLUE value IS 47 (18.75% from 255) = 14.42%
R=37.12%
G=48.47%
B=14.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121158470.2300.700.388054.1540.2
Hex799E2F1704626503628
Octal17123657270106461206650
Binary11110011001111010111110111010001101001101010000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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