#726F1C

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

Shades of Olivetone #726F1C

Tints of Olivetone #726F1C

Color information

#726F1C (or 0x726F1C) is unknown color: approx Olivetone. HEX triplet: 72, 6F and 1C. RGB value is (114,111,28). Sum of RGB (Red+Green+Blue) = 114+111+28=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #726F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F1C is #8D90E3. Grayscale: #666666. Windows color (decimal): -9277668 or 1863538. OLE color: 1863538.

HSL color Cylindrical-coordinate representation of color #726F1C: hue angle of 57.91º degrees, saturation: 0.61, 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 #726F1C is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11411128-
CMYK00.030.750.55
HSL57.91º60.56%27.84%-
HSV(B)57.91º75.44%44.71%-
XYZ12.8315.033.32-
YUV102.4485.99136.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 111 (43.75% from 255) = 43.87%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=45.06%
G=43.87%
B=11.07%

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
Decimal1141112800.030.750.5557.9160.5627.84
Hex726F1C034B373a3d1c
Octal162157340311367727534
Binary1110010110111111100011100101111011111101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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