#726B19

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

Shades of Olivetone #726B19

Tints of Olivetone #726B19

Color information

#726B19 (or 0x726B19) is unknown color: approx Olivetone. HEX triplet: 72, 6B and 19. RGB value is (114,107,25). Sum of RGB (Red+Green+Blue) = 114+107+25=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #726B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B19 is #8D94E6. Grayscale: #646464. Windows color (decimal): -9278695 or 1665906. OLE color: 1665906.

HSL color Cylindrical-coordinate representation of color #726B19: hue angle of 55.28º 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 #726B19 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB11410725-
CMYK00.060.780.55
HSL55.28º64.03%27.25%-
HSV(B)55.28º78.07%44.71%-
XYZ12.3714.163-
YUV99.7485.82138.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=46.34%
G=43.50%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141072500.060.780.5555.2864.0327.25
Hex726B19064E3737401b
Octal1621533106116676710033
Binary111001011010111100101101001110110111110111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726B19; }

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

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

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

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

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

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

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

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