#796A05

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

Shades of Olive #796A05

Tints of Olive #796A05

Color information

#796A05 (or 0x796A05) is unknown color: approx Olive. HEX triplet: 79, 6A and 05. RGB value is (121,106,5). Sum of RGB (Red+Green+Blue) = 121+106+5=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #796A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796A05 is #8695FA. Grayscale: #636363. Windows color (decimal): -8820219 or 354937. OLE color: 354937.

HSL color Cylindrical-coordinate representation of color #796A05: hue angle of 52.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #796A05 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB1211065-
CMYK00.120.960.53
HSL52.24º92.06%24.71%-
HSV(B)52.24º95.87%47.45%-
XYZ13.0714.382.23-
YUV98.9774.97143.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=52.16%
G=45.69%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121106500.120.960.5352.2492.0624.71
Hex796A50C6035345c19
Octal1711525014140656413431
Binary11110011101010101011001100000110101110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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