#727014

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

Shades of Olivetone #727014

Tints of Olivetone #727014

Color information

#727014 (or 0x727014) is unknown color: approx Olivetone. HEX triplet: 72, 70 and 14. RGB value is (114,112,20). Sum of RGB (Red+Green+Blue) = 114+112+20=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #727014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727014 is #8D8FEB. Grayscale: #666666. Windows color (decimal): -9277420 or 1339506. OLE color: 1339506.

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

Color convert

RGB11411220-
CMYK00.020.820.55
HSL58.72º70.15%26.27%-
HSV(B)58.72º82.46%44.71%-
XYZ12.8615.222.92-
YUV102.1181.66136.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 20 (8.20% from 255) = 8.13%
R=46.34%
G=45.53%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141122000.020.820.5558.7270.1526.27
Hex7270140252373b461a
Octal1621602402122677310632
Binary11100101110000101000101010010110111111011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727014; }

 p { color: rgb(114,112,20); }

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

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

 a { background-color: rgb(114,112,20); }

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

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

 span { border-color: rgb(114,112,20); }

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