#726B1E

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

Shades of Olivetone #726B1E

Tints of Olivetone #726B1E

Color information

#726B1E (or 0x726B1E) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 1E. RGB value is (114,107,30). Sum of RGB (Red+Green+Blue) = 114+107+30=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #726B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B1E is #8D94E1. Grayscale: #646464. Windows color (decimal): -9278690 or 1993586. OLE color: 1993586.

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

Color convert

RGB11410730-
CMYK00.060.740.55
HSL55º58.33%28.24%-
HSV(B)55º73.68%44.71%-
XYZ12.4314.193.31-
YUV100.3288.32137.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=45.42%
G=42.63%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141073000.060.740.555558.3328.24
Hex726B1E064A37373a1c
Octal162153360611267677234
Binary11100101101011111100110100101011011111011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,107,30); }

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

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

 a { background-color: rgb(114,107,30); }

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

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

 span { border-color: rgb(114,107,30); }

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