#799d24

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

Shades of Sushi #799D24

Tints of Sushi #799D24

Color information

#799D24 (or 0x799D24) is unknown color: approx Sushi. HEX triplet: 79, 9D and 24. RGB value is (121,157,36). Sum of RGB (Red+Green+Blue) = 121+157+36=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #799D24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D24 is #8662DB. Grayscale: #848484. Windows color (decimal): -8807132 or 2399609. OLE color: 2399609.

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

Color convert

RGB12115736-
CMYK0.2300.770.38
HSL77.85º62.69%37.84%-
HSV(B)77.85º77.07%61.57%-
XYZ20.2628.316.06-
YUV132.4473.57119.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 157 (61.72% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 11.46%
R=38.54%
G=50%
B=11.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121157360.2300.770.3877.8562.6937.84
Hex799D241704D264e3f26
Octal17123544270115461167746
Binary11110011001110110010010111010011011001101001110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799d24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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