#796A02

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

Shades of Olive #796A02

Tints of Olive #796A02

Color information

#796A02 (or 0x796A02) is unknown color: approx Olive. HEX triplet: 79, 6A and 02. RGB value is (121,106,2). Sum of RGB (Red+Green+Blue) = 121+106+2=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #796A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796A02 is #8695FD. Grayscale: #636363. Windows color (decimal): -8820222 or 158329. OLE color: 158329.

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

Color convert

RGB1211062-
CMYK00.120.980.53
HSL52.44º96.75%24.12%-
HSV(B)52.44º98.35%47.45%-
XYZ13.0514.382.14-
YUV98.6373.47143.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=52.84%
G=46.29%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121106200.120.980.5352.4496.7524.12
Hex796A20C6235346118
Octal1711522014142656414130
Binary1111001110101010011001100010110101110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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