#727519

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

Shades of Olivetone #727519

Tints of Olivetone #727519

Color information

#727519 (or 0x727519) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 19. RGB value is (114,117,25). Sum of RGB (Red+Green+Blue) = 114+117+25=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #727519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727519 is #8D8AE6. Grayscale: #696969. Windows color (decimal): -9276135 or 1668466. OLE color: 1668466.

HSL color Cylindrical-coordinate representation of color #727519: hue angle of 61.96º degrees, saturation: 0.65, 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 #727519 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB11411725-
CMYK0.0300.790.54
HSL61.96º64.79%27.84%-
HSV(B)61.96º78.63%45.88%-
XYZ13.4816.373.37-
YUV105.6282.51133.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 25 (10.16% from 255) = 9.77%
R=44.53%
G=45.70%
B=9.77%

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
Decimal114117250.0300.790.5461.9664.7927.84
Hex727519304F363e411c
Octal1621653130117667610134
Binary11100101110101110011101001111110110111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727519; }

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

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

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

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

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

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

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

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