#799D45

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

Shades of Sushi #799D45

Tints of Sushi #799D45

Color information

#799D45 (or 0x799D45) is unknown color: approx Sushi. HEX triplet: 79, 9D and 45. RGB value is (121,157,69). Sum of RGB (Red+Green+Blue) = 121+157+69=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #799D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D45 is #8662BA. Grayscale: #888888. Windows color (decimal): -8807099 or 4562297. OLE color: 4562297.

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

Color convert

RGB12115769-
CMYK0.2300.560.38
HSL84.55º38.94%44.31%-
HSV(B)84.55º56.05%61.57%-
XYZ21.0228.6110.04-
YUV136.290.07117.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=34.87%
G=45.24%
B=19.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121157690.2300.560.3884.5538.9444.31
Hex799D45170382655272c
Octal17123510527070461254754
Binary11110011001110110001011011101110001001101010101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,69); }

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

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

 a { background-color: rgb(121,157,69); }

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

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

 span { border-color: rgb(121,157,69); }

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