#726B1D

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

Shades of Olivetone #726B1D

Tints of Olivetone #726B1D

Color information

#726B1D (or 0x726B1D) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 1D. RGB value is (114,107,29). Sum of RGB (Red+Green+Blue) = 114+107+29=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #726B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B1D is #8D94E2. Grayscale: #646464. Windows color (decimal): -9278691 or 1928050. OLE color: 1928050.

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

Color convert

RGB11410729-
CMYK00.060.750.55
HSL55.06º59.44%28.04%-
HSV(B)55.06º74.56%44.71%-
XYZ12.4214.183.25-
YUV100.287.82137.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 29 (11.72% from 255) = 11.6%
R=45.6%
G=42.8%
B=11.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141072900.060.750.5555.0659.4428.04
Hex726B1D064B37373b1c
Octal162153350611367677334
Binary11100101101011111010110100101111011111011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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