#797402

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

Shades of Olive #797402

Tints of Olive #797402

Color information

#797402 (or 0x797402) is unknown color: approx Olive. HEX triplet: 79, 74 and 02. RGB value is (121,116,2). Sum of RGB (Red+Green+Blue) = 121+116+2=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #797402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797402 is #868BFD. Grayscale: #686868. Windows color (decimal): -8817662 or 160889. OLE color: 160889.

HSL color Cylindrical-coordinate representation of color #797402: hue angle of 57.48º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #797402 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1211162-
CMYK00.040.980.53
HSL57.48º96.75%24.12%-
HSV(B)57.48º98.35%47.45%-
XYZ14.1416.562.51-
YUV104.570.16139.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=50.63%
G=48.54%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121116200.040.980.5357.4896.7524.12
Hex79742046235396118
Octal171164204142657114130
Binary111100111101001001001100010110101111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797402; }

 p { color: rgb(121,116,2); }

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

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

 a { background-color: rgb(121,116,2); }

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

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

 span { border-color: rgb(121,116,2); }

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