#72681C

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

Shades of Olivetone #72681C

Tints of Olivetone #72681C

Color information

#72681C (or 0x72681C) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 1C. RGB value is (114,104,28). Sum of RGB (Red+Green+Blue) = 114+104+28=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72681C is #8D97E3. Grayscale: #626262. Windows color (decimal): -9279460 or 1861746. OLE color: 1861746.

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

Color convert

RGB11410428-
CMYK00.090.750.55
HSL53.02º60.56%27.84%-
HSV(B)53.02º75.44%44.71%-
XYZ12.113.563.08-
YUV98.3388.31139.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=46.34%
G=42.28%
B=11.38%

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
Decimal1141042800.090.750.5553.0260.5627.84
Hex72681C094B37353d1c
Octal1621503401111367657534
Binary111001011010001110001001100101111011111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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