#796402

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

Shades of Olive #796402

Tints of Olive #796402

Color information

#796402 (or 0x796402) is unknown color: approx Olive. HEX triplet: 79, 64 and 02. RGB value is (121,100,2). Sum of RGB (Red+Green+Blue) = 121+100+2=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #796402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796402 is #869BFD. Grayscale: #5F5F5F. Windows color (decimal): -8821758 or 156793. OLE color: 156793.

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

Color convert

RGB1211002-
CMYK00.170.980.53
HSL49.41º96.75%24.12%-
HSV(B)49.41º98.35%47.45%-
XYZ12.4513.181.95-
YUV95.1175.46146.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=54.26%
G=44.84%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121100200.170.980.5349.4196.7524.12
Hex796420116235316118
Octal1711442021142656114130
Binary11110011100100100100011100010110101110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796402; }

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

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

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

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

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

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

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

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