#727719

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

Shades of Olivetone #727719

Tints of Olivetone #727719

Color information

#727719 (or 0x727719) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 19. RGB value is (114,119,25). Sum of RGB (Red+Green+Blue) = 114+119+25=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #727719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727719 is #8D88E6. Grayscale: #6B6B6B. Windows color (decimal): -9275623 or 1668978. OLE color: 1668978.

HSL color Cylindrical-coordinate representation of color #727719: hue angle of 63.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #727719 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB11411925-
CMYK0.0400.790.53
HSL63.19º65.28%28.24%-
HSV(B)63.19º78.99%46.67%-
XYZ13.7116.843.45-
YUV106.7981.84133.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=44.19%
G=46.12%
B=9.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119250.0400.790.5363.1965.2828.24
Hex727719404F353f411c
Octal1621673140117657710134
Binary111001011101111100110001001111110101111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727719; }

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

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

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

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

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

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

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

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