#727518

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

Shades of Olivetone #727518

Tints of Olivetone #727518

Color information

#727518 (or 0x727518) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 18. RGB value is (114,117,24). Sum of RGB (Red+Green+Blue) = 114+117+24=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #727518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727518 is #8D8AE7. Grayscale: #696969. Windows color (decimal): -9276136 or 1602930. OLE color: 1602930.

HSL color Cylindrical-coordinate representation of color #727518: hue angle of 61.94º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #727518 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB11411724-
CMYK0.0300.790.54
HSL61.94º65.96%27.65%-
HSV(B)61.94º79.49%45.88%-
XYZ13.4716.373.31-
YUV105.582.01134.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=44.71%
G=45.88%
B=9.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117240.0300.790.5461.9465.9627.65
Hex727518304F363e421c
Octal1621653030117667610234
Binary11100101110101110001101001111110110111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727518; }

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

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

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

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

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

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

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

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