#726F1D

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

Shades of Olivetone #726F1D

Tints of Olivetone #726F1D

Color information

#726F1D (or 0x726F1D) is unknown color: approx Olivetone. HEX triplet: 72, 6F and 1D. RGB value is (114,111,29). Sum of RGB (Red+Green+Blue) = 114+111+29=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #726F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F1D is #8D90E2. Grayscale: #666666. Windows color (decimal): -9277667 or 1929074. OLE color: 1929074.

HSL color Cylindrical-coordinate representation of color #726F1D: hue angle of 57.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #726F1D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11411129-
CMYK00.030.750.55
HSL57.88º59.44%28.04%-
HSV(B)57.88º74.56%44.71%-
XYZ12.8515.033.39-
YUV102.5586.49136.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 111 (43.75% from 255) = 43.70%
BLUE value IS 29 (11.72% from 255) = 11.42%
R=44.88%
G=43.70%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141112900.030.750.5557.8859.4428.04
Hex726F1D034B373a3b1c
Octal162157350311367727334
Binary1110010110111111101011100101111011111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,29); }

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

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

 a { background-color: rgb(114,111,29); }

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

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

 span { border-color: rgb(114,111,29); }

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