#799B3C

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

Shades of Sushi #799B3C

Tints of Sushi #799B3C

Color information

#799B3C (or 0x799B3C) is unknown color: approx Sushi. HEX triplet: 79, 9B and 3C. RGB value is (121,155,60). Sum of RGB (Red+Green+Blue) = 121+155+60=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #799B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B3C is #8664C3. Grayscale: #868686. Windows color (decimal): -8807620 or 3971961. OLE color: 3971961.

HSL color Cylindrical-coordinate representation of color #799B3C: hue angle of 81.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #799B3C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB12115560-
CMYK0.2200.610.39
HSL81.47º44.19%42.16%-
HSV(B)81.47º61.29%60.78%-
XYZ20.4227.838.57-
YUV13486.24118.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=36.01%
G=46.13%
B=17.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155600.2200.610.3981.4744.1942.16
Hex799B3C1603D27512c2a
Octal1712337426075471215452
Binary1111001100110111111001011001111011001111010001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,155,60); }

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

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

 a { background-color: rgb(121,155,60); }

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

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

 span { border-color: rgb(121,155,60); }

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