#726F0D

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

Shades of Olive #726F0D

Tints of Olive #726F0D

Color information

#726F0D (or 0x726F0D) is unknown color: approx Olive. HEX triplet: 72, 6F and 0D. RGB value is (114,111,13). Sum of RGB (Red+Green+Blue) = 114+111+13=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #726F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F0D is #8D90F2. Grayscale: #656565. Windows color (decimal): -9277683 or 880498. OLE color: 880498.

HSL color Cylindrical-coordinate representation of color #726F0D: hue angle of 58.22º degrees, saturation: 0.8, 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 #726F0D is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11411113-
CMYK00.030.890.55
HSL58.22º79.53%24.9%-
HSV(B)58.22º88.6%44.71%-
XYZ12.714.982.6-
YUV100.7278.49137.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 111 (43.75% from 255) = 46.64%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=47.90%
G=46.64%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141111300.030.890.5558.2279.5324.9
Hex726FD0359373a5019
Octal1621571503131677212031
Binary1110010110111111010111011001110111111010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,13); }

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

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

 a { background-color: rgb(114,111,13); }

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

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

 span { border-color: rgb(114,111,13); }

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