#799B42

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

Shades of Sushi #799B42

Tints of Sushi #799B42

Color information

#799B42 (or 0x799B42) is unknown color: approx Sushi. HEX triplet: 79, 9B and 42. RGB value is (121,155,66). Sum of RGB (Red+Green+Blue) = 121+155+66=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #799B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B42 is #8664BD. Grayscale: #878787. Windows color (decimal): -8807614 or 4365177. OLE color: 4365177.

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

Color convert

RGB12115566-
CMYK0.2200.570.39
HSL82.92º40.27%43.33%-
HSV(B)82.92º57.42%60.78%-
XYZ20.5927.99.45-
YUV134.6989.24118.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=35.38%
G=45.32%
B=19.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155660.2200.570.3982.9240.2743.33
Hex799B42160392753282b
Octal17123310226071471235053
Binary11110011001101110000101011001110011001111010011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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