#726819

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

Shades of Olivetone #726819

Tints of Olivetone #726819

Color information

#726819 (or 0x726819) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 19. RGB value is (114,104,25). Sum of RGB (Red+Green+Blue) = 114+104+25=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #726819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726819 is #8D97E6. Grayscale: #626262. Windows color (decimal): -9279463 or 1665138. OLE color: 1665138.

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

Color convert

RGB11410425-
CMYK00.090.780.55
HSL53.26º64.03%27.25%-
HSV(B)53.26º78.07%44.71%-
XYZ12.0713.552.9-
YUV97.9886.81139.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=46.91%
G=42.80%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141042500.090.780.5553.2664.0327.25
Hex726819094E3735401b
Octal16215031011116676510033
Binary1110010110100011001010011001110110111110101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726819; }

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

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

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

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

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

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

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

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