#726C13

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

Shades of Olivetone #726C13

Tints of Olivetone #726C13

Color information

#726C13 (or 0x726C13) is unknown color: approx Olivetone. HEX triplet: 72, 6C and 13. RGB value is (114,108,19). Sum of RGB (Red+Green+Blue) = 114+108+19=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #726C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C13 is #8D93EC. Grayscale: #646464. Windows color (decimal): -9278445 or 1272946. OLE color: 1272946.

HSL color Cylindrical-coordinate representation of color #726C13: hue angle of 56.21º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #726C13 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB11410819-
CMYK00.050.830.55
HSL56.21º71.43%26.08%-
HSV(B)56.21º83.33%44.71%-
XYZ12.4214.352.73-
YUV99.6582.49138.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=47.30%
G=44.81%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141081900.050.830.5556.2171.4326.08
Hex726C1305533738471a
Octal1621542305123677010732
Binary111001011011001001101011010011110111111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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