#726C0B

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

Shades of Olive #726C0B

Tints of Olive #726C0B

Color information

#726C0B (or 0x726C0B) is unknown color: approx Olive. HEX triplet: 72, 6C and 0B. RGB value is (114,108,11). Sum of RGB (Red+Green+Blue) = 114+108+11=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C0B is #8D93F4. Grayscale: #636363. Windows color (decimal): -9278453 or 748658. OLE color: 748658.

HSL color Cylindrical-coordinate representation of color #726C0B: hue angle of 56.5º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #726C0B is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11410811-
CMYK00.050.900.55
HSL56.5º82.4%24.51%-
HSV(B)56.5º90.35%44.71%-
XYZ12.3614.332.43-
YUV98.7478.49138.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 108 (42.58% from 255) = 46.35%
BLUE value IS 11 (4.69% from 255) = 4.72%
R=48.93%
G=46.35%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141081100.050.900.5556.582.424.51
Hex726CB055A37395219
Octal1621541305132677112231
Binary11100101101100101101011011010110111111001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,11); }

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

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

 a { background-color: rgb(114,108,11); }

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

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

 span { border-color: rgb(114,108,11); }

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