#796A00

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

Shades of Olive #796A00

Tints of Olive #796A00

Color information

#796A00 (or 0x796A00) is unknown color: approx Olive. HEX triplet: 79, 6A and 00. RGB value is (121,106,0). Sum of RGB (Red+Green+Blue) = 121+106+0=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #796A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796A00 is #8695FF. Grayscale: #626262. Windows color (decimal): -8820224 or 27257. OLE color: 27257.

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

Color convert

RGB1211060-
CMYK00.1210.53
HSL52.56º100%23.73%-
HSV(B)52.56º100%47.45%-
XYZ13.0414.372.09-
YUV98.472.47144.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 106 (41.80% from 255) = 46.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.30%
G=46.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121106000.1210.5352.5610023.73
Hex796A00C6435356418
Octal1711520014144656514430
Binary111100111010100011001100100110101110101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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