#799F3F

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

Shades of Sushi #799F3F

Tints of Sushi #799F3F

Color information

#799F3F (or 0x799F3F) is unknown color: approx Sushi. HEX triplet: 79, 9F and 3F. RGB value is (121,159,63). Sum of RGB (Red+Green+Blue) = 121+159+63=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #799F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799F3F is #8660C0. Grayscale: #898989. Windows color (decimal): -8806593 or 4169593. OLE color: 4169593.

HSL color Cylindrical-coordinate representation of color #799F3F: hue angle of 83.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #799F3F is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB12115963-
CMYK0.2400.600.38
HSL83.75º43.24%43.53%-
HSV(B)83.75º60.38%62.35%-
XYZ21.1829.229.23-
YUV136.6986.41116.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 159 (62.5% from 255) = 46.36%
BLUE value IS 63 (25% from 255) = 18.37%
R=35.28%
G=46.36%
B=18.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121159630.2400.600.3883.7543.2443.53
Hex799F3F1803C26542b2c
Octal1712377730074461245354
Binary1111001100111111111111100001111001001101010100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,159,63); }

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

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

 a { background-color: rgb(121,159,63); }

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

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

 span { border-color: rgb(121,159,63); }

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