#796F04

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

Shades of Olive #796F04

Tints of Olive #796F04

Color information

#796F04 (or 0x796F04) is unknown color: approx Olive. HEX triplet: 79, 6F and 04. RGB value is (121,111,4). Sum of RGB (Red+Green+Blue) = 121+111+4=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #796F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796F04 is #8690FB. Grayscale: #666666. Windows color (decimal): -8818940 or 290681. OLE color: 290681.

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

Color convert

RGB1211114-
CMYK00.080.970.53
HSL54.87º93.6%24.51%-
HSV(B)54.87º96.69%47.45%-
XYZ13.5915.442.38-
YUV101.7972.81141.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 111 (43.75% from 255) = 47.03%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=51.27%
G=47.03%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121111400.080.970.5354.8793.624.51
Hex796F4086135375e19
Octal1711574010141656713631
Binary11110011101111100010001100001110101110111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,4); }

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

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

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

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

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

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

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