#799938

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

Shades of Sushi #799938

Tints of Sushi #799938

Color information

#799938 (or 0x799938) is unknown color: approx Sushi. HEX triplet: 79, 99 and 38. RGB value is (121,153,56). Sum of RGB (Red+Green+Blue) = 121+153+56=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #799938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799938 is #8666C7. Grayscale: #848484. Windows color (decimal): -8808136 or 3709305. OLE color: 3709305.

HSL color Cylindrical-coordinate representation of color #799938: hue angle of 79.79º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #799938 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB12115356-
CMYK0.2100.630.4
HSL79.79º46.41%40.98%-
HSV(B)79.79º63.4%60%-
XYZ19.9927.137.92-
YUV132.3784.9119.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=36.67%
G=46.36%
B=16.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121153560.2100.630.479.7946.4140.98
Hex7999381503F28502e29
Octal1712317025077501205651
Binary1111001100110011110001010101111111010001010000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799938; }

 p { color: rgb(121,153,56); }

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

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

 a { background-color: rgb(121,153,56); }

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

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

 span { border-color: rgb(121,153,56); }

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