#799E3A

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

Shades of Sushi #799E3A

Tints of Sushi #799E3A

Color information

#799E3A (or 0x799E3A) is unknown color: approx Sushi. HEX triplet: 79, 9E and 3A. RGB value is (121,158,58). Sum of RGB (Red+Green+Blue) = 121+158+58=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #799E3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E3A is #8661C5. Grayscale: #878787. Windows color (decimal): -8806854 or 3841657. OLE color: 3841657.

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

Color convert

RGB12115858-
CMYK0.2300.630.38
HSL82.2º46.3%42.35%-
HSV(B)82.2º63.29%61.96%-
XYZ20.8828.828.47-
YUV135.5484.24117.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 58 (23.05% from 255) = 17.21%
R=35.91%
G=46.88%
B=17.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121158580.2300.630.3882.246.342.35
Hex799E3A1703F26522e2a
Octal1712367227077461225652
Binary1111001100111101110101011101111111001101010010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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