#72681D

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

Shades of Olivetone #72681D

Tints of Olivetone #72681D

Color information

#72681D (or 0x72681D) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 1D. RGB value is (114,104,29). Sum of RGB (Red+Green+Blue) = 114+104+29=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72681D is #8D97E2. Grayscale: #626262. Windows color (decimal): -9279459 or 1927282. OLE color: 1927282.

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

Color convert

RGB11410429-
CMYK00.090.750.55
HSL52.94º59.44%28.04%-
HSV(B)52.94º74.56%44.71%-
XYZ12.1113.573.14-
YUV98.4488.81139.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 29 (11.72% from 255) = 11.74%
R=46.15%
G=42.11%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141042900.090.750.5552.9459.4428.04
Hex72681D094B37353b1c
Octal1621503501111367657334
Binary111001011010001110101001100101111011111010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72681D; }

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

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

<style>
 a { background-color: #72681D; }

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

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

<style>
 span { border-color: #72681D; }

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

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