#726C15

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

Shades of Olivetone #726C15

Tints of Olivetone #726C15

Color information

#726C15 (or 0x726C15) is unknown color: approx Olivetone. HEX triplet: 72, 6C and 15. RGB value is (114,108,21). Sum of RGB (Red+Green+Blue) = 114+108+21=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #726C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C15 is #8D93EA. Grayscale: #646464. Windows color (decimal): -9278443 or 1404018. OLE color: 1404018.

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

Color convert

RGB11410821-
CMYK00.050.820.55
HSL56.13º68.89%26.47%-
HSV(B)56.13º81.58%44.71%-
XYZ12.4414.362.83-
YUV99.8883.49138.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 108 (42.58% from 255) = 44.44%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=46.91%
G=44.44%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141082100.050.820.5556.1368.8926.47
Hex726C1505523738451a
Octal1621542505122677010532
Binary111001011011001010101011010010110111111000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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