#796D0C

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

Shades of Olive #796D0C

Tints of Olive #796D0C

Color information

#796D0C (or 0x796D0C) is unknown color: approx Olive. HEX triplet: 79, 6D and 0C. RGB value is (121,109,12). Sum of RGB (Red+Green+Blue) = 121+109+12=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #796D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796D0C is #8692F3. Grayscale: #656565. Windows color (decimal): -8819444 or 814457. OLE color: 814457.

HSL color Cylindrical-coordinate representation of color #796D0C: hue angle of 53.39º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #796D0C is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB12110912-
CMYK00.100.900.53
HSL53.39º81.95%26.08%-
HSV(B)53.39º90.08%47.45%-
XYZ13.4215.032.54-
YUV101.5377.48141.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 12 (5.08% from 255) = 4.96%
R=50%
G=45.04%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211091200.100.900.5353.3981.9526.08
Hex796DC0A5A3535521a
Octal17115514012132656512232
Binary111100111011011100010101011010110101110101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,109,12); }

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

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

 a { background-color: rgb(121,109,12); }

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

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

 span { border-color: rgb(121,109,12); }

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