#726824

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

Shades of Olivetone #726824

Tints of Olivetone #726824

Color information

#726824 (or 0x726824) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 24. RGB value is (114,104,36). Sum of RGB (Red+Green+Blue) = 114+104+36=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #726824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726824 is #8D97DB. Grayscale: #636363. Windows color (decimal): -9279452 or 2386034. OLE color: 2386034.

HSL color Cylindrical-coordinate representation of color #726824: hue angle of 52.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #726824 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB11410436-
CMYK00.090.680.55
HSL52.31º52%29.41%-
HSV(B)52.31º68.42%44.71%-
XYZ12.2113.613.65-
YUV99.2492.31138.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=44.88%
G=40.94%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141043600.090.680.5552.315229.41
Hex72682409443734341d
Octal1621504401110467646435
Binary1110010110100010010001001100010011011111010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726824; }

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

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

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

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

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

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

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

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