#726810

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

Shades of Olivetone #726810

Tints of Olivetone #726810

Color information

#726810 (or 0x726810) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 10. RGB value is (114,104,16). Sum of RGB (Red+Green+Blue) = 114+104+16=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #726810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726810 is #8D97EF. Grayscale: #616161. Windows color (decimal): -9279472 or 1075314. OLE color: 1075314.

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

Color convert

RGB11410416-
CMYK00.090.860.55
HSL53.88º75.38%25.49%-
HSV(B)53.88º85.96%44.71%-
XYZ11.9813.522.47-
YUV96.9682.31140.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=48.72%
G=44.44%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141041600.090.860.5553.8875.3825.49
Hex726810095637364b19
Octal16215020011126676611331
Binary1110010110100010000010011010110110111110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726810; }

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

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

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

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

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

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

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

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