#796E02

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

Shades of Olive #796E02

Tints of Olive #796E02

Color information

#796E02 (or 0x796E02) is unknown color: approx Olive. HEX triplet: 79, 6E and 02. RGB value is (121,110,2). Sum of RGB (Red+Green+Blue) = 121+110+2=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #796E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796E02 is #8691FD. Grayscale: #656565. Windows color (decimal): -8819198 or 159353. OLE color: 159353.

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

Color convert

RGB1211102-
CMYK00.090.980.53
HSL54.45º96.75%24.12%-
HSV(B)54.45º98.35%47.45%-
XYZ13.4715.222.29-
YUV100.9872.14142.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=51.93%
G=47.21%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121110200.090.980.5354.4596.7524.12
Hex796E2096235366118
Octal1711562011142656614130
Binary1111001110111010010011100010110101110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796E02; }

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

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

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

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

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

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

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

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