#72681B

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

Shades of Olivetone #72681B

Tints of Olivetone #72681B

Color information

#72681B (or 0x72681B) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 1B. RGB value is (114,104,27). Sum of RGB (Red+Green+Blue) = 114+104+27=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72681B is #8D97E4. Grayscale: #626262. Windows color (decimal): -9279461 or 1796210. OLE color: 1796210.

HSL color Cylindrical-coordinate representation of color #72681B: hue angle of 53.1º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72681B is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB11410427-
CMYK00.090.760.55
HSL53.1º61.7%27.65%-
HSV(B)53.1º76.32%44.71%-
XYZ12.0913.563.02-
YUV98.2187.81139.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=46.53%
G=42.45%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141042700.090.760.5553.161.727.65
Hex72681B094C37353e1c
Octal1621503301111467657634
Binary111001011010001101101001100110011011111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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