#726618

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

Shades of Olivetone #726618

Tints of Olivetone #726618

Color information

#726618 (or 0x726618) is unknown color: approx Olivetone. HEX triplet: 72, 66 and 18. RGB value is (114,102,24). Sum of RGB (Red+Green+Blue) = 114+102+24=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #726618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726618 is #8D99E7. Grayscale: #616161. Windows color (decimal): -9279976 or 1599090. OLE color: 1599090.

HSL color Cylindrical-coordinate representation of color #726618: hue angle of 52º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #726618 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB11410224-
CMYK00.110.790.55
HSL52º65.22%27.06%-
HSV(B)52º78.95%44.71%-
XYZ11.8613.152.78-
YUV96.786.98140.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 24 (9.77% from 255) = 10%
R=47.5%
G=42.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141022400.110.790.555265.2227.06
Hex7266180B4F3734411b
Octal16214630013117676410133
Binary1110010110011011000010111001111110111110100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726618; }

 p { color: rgb(114,102,24); }

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

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

 a { background-color: rgb(114,102,24); }

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

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

 span { border-color: rgb(114,102,24); }

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