#727114

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

Shades of Olivetone #727114

Tints of Olivetone #727114

Color information

#727114 (or 0x727114) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 14. RGB value is (114,113,20). Sum of RGB (Red+Green+Blue) = 114+113+20=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #727114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727114 is #8D8EEB. Grayscale: #676767. Windows color (decimal): -9277164 or 1339762. OLE color: 1339762.

HSL color Cylindrical-coordinate representation of color #727114: hue angle of 59.36º 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 #727114 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB11411320-
CMYK00.010.820.55
HSL59.36º70.15%26.27%-
HSV(B)59.36º82.46%44.71%-
XYZ12.9715.442.96-
YUV102.781.33136.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=46.15%
G=45.75%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141132000.010.820.5559.3670.1526.27
Hex7271140152373b461a
Octal1621612401122677310632
Binary1110010111000110100011010010110111111011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727114; }

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

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

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

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

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

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

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

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