#726D0C

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

Shades of Olive #726D0C

Tints of Olive #726D0C

Color information

#726D0C (or 0x726D0C) is unknown color: approx Olive. HEX triplet: 72, 6D and 0C. RGB value is (114,109,12). Sum of RGB (Red+Green+Blue) = 114+109+12=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D0C is #8D92F3. Grayscale: #636363. Windows color (decimal): -9278196 or 814450. OLE color: 814450.

HSL color Cylindrical-coordinate representation of color #726D0C: hue angle of 57.06º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #726D0C is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11410912-
CMYK00.040.890.55
HSL57.06º80.95%24.71%-
HSV(B)57.06º89.47%44.71%-
XYZ12.4714.542.5-
YUV99.4478.66138.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 12 (5.08% from 255) = 5.11%
R=48.51%
G=46.38%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141091200.040.890.5557.0680.9524.71
Hex726DC045937395119
Octal1621551404131677112131
Binary11100101101101110001001011001110111111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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