#799D2D

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

Shades of Sushi #799D2D

Tints of Sushi #799D2D

Color information

#799D2D (or 0x799D2D) is unknown color: approx Sushi. HEX triplet: 79, 9D and 2D. RGB value is (121,157,45). Sum of RGB (Red+Green+Blue) = 121+157+45=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #799D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D2D is #8662D2. Grayscale: #858585. Windows color (decimal): -8807123 or 2989433. OLE color: 2989433.

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

Color convert

RGB12115745-
CMYK0.2300.710.38
HSL79.29º55.45%39.61%-
HSV(B)79.29º71.34%61.57%-
XYZ20.4228.376.88-
YUV133.4778.07119.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=37.46%
G=48.61%
B=13.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121157450.2300.710.3879.2955.4539.61
Hex799D2D17047264f3728
Octal17123555270107461176750
Binary11110011001110110110110111010001111001101001111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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