#727118

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

Shades of Olivetone #727118

Tints of Olivetone #727118

Color information

#727118 (or 0x727118) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 18. RGB value is (114,113,24). Sum of RGB (Red+Green+Blue) = 114+113+24=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #727118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727118 is #8D8EE7. Grayscale: #676767. Windows color (decimal): -9277160 or 1601906. OLE color: 1601906.

HSL color Cylindrical-coordinate representation of color #727118: hue angle of 59.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #727118 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB11411324-
CMYK00.010.790.55
HSL59.33º65.22%27.06%-
HSV(B)59.33º78.95%44.71%-
XYZ13.0115.453.16-
YUV103.1583.33135.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=45.42%
G=45.02%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141132400.010.790.5559.3365.2227.06
Hex727118014F373b411b
Octal1621613001117677310133
Binary1110010111000111000011001111110111111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727118; }

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

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

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

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

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

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

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

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