#726813

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

Shades of Olivetone #726813

Tints of Olivetone #726813

Color information

#726813 (or 0x726813) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 13. RGB value is (114,104,19). Sum of RGB (Red+Green+Blue) = 114+104+19=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726813 is #8D97EC. Grayscale: #616161. Windows color (decimal): -9279469 or 1271922. OLE color: 1271922.

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

Color convert

RGB11410419-
CMYK00.090.830.55
HSL53.68º71.43%26.08%-
HSV(B)53.68º83.33%44.71%-
XYZ12.0113.532.59-
YUV97.383.81139.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=48.10%
G=43.88%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141041900.090.830.5553.6871.4326.08
Hex72681309533736471a
Octal16215023011123676610732
Binary1110010110100010011010011010011110111110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726813; }

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

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

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

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

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

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

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

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