#726C23

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

Shades of Olivetone #726C23

Tints of Olivetone #726C23

Color information

#726C23 (or 0x726C23) is unknown color: approx Olivetone. HEX triplet: 72, 6C and 23. RGB value is (114,108,35). Sum of RGB (Red+Green+Blue) = 114+108+35=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #726C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C23 is #8D93DC. Grayscale: #656565. Windows color (decimal): -9278429 or 2321522. OLE color: 2321522.

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

Color convert

RGB11410835-
CMYK00.050.690.55
HSL55.44º53.02%29.22%-
HSV(B)55.44º69.3%44.71%-
XYZ12.6114.423.71-
YUV101.4790.49136.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 35 (14.06% from 255) = 13.62%
R=44.36%
G=42.02%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141083500.050.690.5555.4453.0229.22
Hex726C2305453737351d
Octal162154430510567676535
Binary111001011011001000110101100010111011111011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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