#727319

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

Shades of Olivetone #727319

Tints of Olivetone #727319

Color information

#727319 (or 0x727319) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 19. RGB value is (114,115,25). Sum of RGB (Red+Green+Blue) = 114+115+25=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #727319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727319 is #8D8CE6. Grayscale: #686868. Windows color (decimal): -9276647 or 1667954. OLE color: 1667954.

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

Color convert

RGB11411525-
CMYK0.0100.780.55
HSL60.67º64.29%27.45%-
HSV(B)60.67º78.26%45.1%-
XYZ13.2515.913.29-
YUV104.4483.17134.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=44.88%
G=45.28%
B=9.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115250.0100.780.5560.6764.2927.45
Hex727319104E373d401b
Octal1621633110116677510033
Binary1110010111001111001101001110110111111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727319; }

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

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

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

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

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

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

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

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