#726920

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

Shades of Olivetone #726920

Tints of Olivetone #726920

Color information

#726920 (or 0x726920) is unknown color: approx Olivetone. HEX triplet: 72, 69 and 20. RGB value is (114,105,32). Sum of RGB (Red+Green+Blue) = 114+105+32=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #726920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726920 is #8D96DF. Grayscale: #636363. Windows color (decimal): -9279200 or 2124146. OLE color: 2124146.

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

Color convert

RGB11410532-
CMYK00.080.720.55
HSL53.41º56.16%28.63%-
HSV(B)53.41º71.93%44.71%-
XYZ12.2513.783.38-
YUV99.3789.98138.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=45.42%
G=41.83%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141053200.080.720.5553.4156.1628.63
Hex72692008483735381d
Octal1621514001011067657035
Binary1110010110100110000001000100100011011111010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726920; }

 p { color: rgb(114,105,32); }

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

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

 a { background-color: rgb(114,105,32); }

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

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

 span { border-color: rgb(114,105,32); }

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