#727819

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

Shades of Olivetone #727819

Tints of Olivetone #727819

Color information

#727819 (or 0x727819) is unknown color: approx Olivetone. HEX triplet: 72, 78 and 19. RGB value is (114,120,25). Sum of RGB (Red+Green+Blue) = 114+120+25=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #727819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727819 is #8D87E6. Grayscale: #6B6B6B. Windows color (decimal): -9275367 or 1669234. OLE color: 1669234.

HSL color Cylindrical-coordinate representation of color #727819: hue angle of 63.79º degrees, saturation: 0.66, 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 #727819 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB11412025-
CMYK0.0500.790.53
HSL63.79º65.52%28.43%-
HSV(B)63.79º79.17%47.06%-
XYZ13.8317.083.49-
YUV107.3881.51132.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=44.02%
G=46.33%
B=9.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120250.0500.790.5363.7965.5228.43
Hex727819504F3540421c
Octal16217031501176510010234
Binary1110010111100011001101010011111101011000000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727819; }

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

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

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

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

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

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

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

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