#726B0B

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

Shades of Olive #726B0B

Tints of Olive #726B0B

Color information

#726B0B (or 0x726B0B) is unknown color: approx Olive. HEX triplet: 72, 6B and 0B. RGB value is (114,107,11). Sum of RGB (Red+Green+Blue) = 114+107+11=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B0B is #8D94F4. Grayscale: #626262. Windows color (decimal): -9278709 or 748402. OLE color: 748402.

HSL color Cylindrical-coordinate representation of color #726B0B: hue angle of 55.92º 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 #726B0B is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11410711-
CMYK00.060.900.55
HSL55.92º82.4%24.51%-
HSV(B)55.92º90.35%44.71%-
XYZ12.2614.122.4-
YUV98.1578.82139.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=49.14%
G=46.12%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141071100.060.900.5555.9282.424.51
Hex726BB065A37385219
Octal1621531306132677012231
Binary11100101101011101101101011010110111111000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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