#799B44

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

Shades of Sushi #799B44

Tints of Sushi #799B44

Color information

#799B44 (or 0x799B44) is unknown color: approx Sushi. HEX triplet: 79, 9B and 44. RGB value is (121,155,68). Sum of RGB (Red+Green+Blue) = 121+155+68=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #799B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B44 is #8664BB. Grayscale: #878787. Windows color (decimal): -8807612 or 4496249. OLE color: 4496249.

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

Color convert

RGB12115568-
CMYK0.2200.560.39
HSL83.45º39.01%43.73%-
HSV(B)83.45º56.13%60.78%-
XYZ20.6527.929.77-
YUV134.9290.24118.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 68 (26.95% from 255) = 19.77%
R=35.17%
G=45.06%
B=19.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155680.2200.560.3983.4539.0143.73
Hex799B44160382753272c
Octal17123310426070471234754
Binary11110011001101110001001011001110001001111010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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