#797902

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

Shades of Olive #797902

Tints of Olive #797902

Color information

#797902 (or 0x797902) is unknown color: approx Olive. HEX triplet: 79, 79 and 02. RGB value is (121,121,2). Sum of RGB (Red+Green+Blue) = 121+121+2=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797902 is #8686FD. Grayscale: #6B6B6B. Windows color (decimal): -8816382 or 162169. OLE color: 162169.

HSL color Cylindrical-coordinate representation of color #797902: hue angle of 60º 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 #797902 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1211212-
CMYK000.980.53
HSL60º96.75%24.12%-
HSV(B)60º98.35%47.45%-
XYZ14.7317.742.71-
YUV107.4368.5137.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 121 (47.66% from 255) = 49.59%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=49.59%
G=49.59%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211212000.980.536096.7524.12
Hex797920062353c6118
Octal171171200142657414130
Binary1111001111100110001100010110101111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797902; }

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

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

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

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

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

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

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

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