#726927

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

Shades of Olivetone #726927

Tints of Olivetone #726927

Color information

#726927 (or 0x726927) is unknown color: approx Olivetone. HEX triplet: 72, 69 and 27. RGB value is (114,105,39). Sum of RGB (Red+Green+Blue) = 114+105+39=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #726927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726927 is #8D96D8. Grayscale: #646464. Windows color (decimal): -9279193 or 2582898. OLE color: 2582898.

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

Color convert

RGB11410539-
CMYK00.080.660.55
HSL52.8º49.02%30%-
HSV(B)52.8º65.79%44.71%-
XYZ12.3613.833.94-
YUV100.1793.48137.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=44.19%
G=40.70%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141053900.080.660.5552.849.0230
Hex72692708423735311e
Octal1621514701010267656136
Binary1110010110100110011101000100001011011111010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726927; }

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

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

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

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

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

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

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

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