#727619

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

Shades of Olivetone #727619

Tints of Olivetone #727619

Color information

#727619 (or 0x727619) is unknown color: approx Olivetone. HEX triplet: 72, 76 and 19. RGB value is (114,118,25). Sum of RGB (Red+Green+Blue) = 114+118+25=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #727619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727619 is #8D89E6. Grayscale: #6A6A6A. Windows color (decimal): -9275879 or 1668722. OLE color: 1668722.

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

Color convert

RGB11411825-
CMYK0.0300.790.54
HSL62.58º65.03%28.04%-
HSV(B)62.58º78.81%46.27%-
XYZ13.5916.63.41-
YUV106.282.17133.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 25 (10.16% from 255) = 9.73%
R=44.36%
G=45.91%
B=9.73%

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
Decimal114118250.0300.790.5462.5865.0328.04
Hex727619304F363f411c
Octal1621663130117667710134
Binary11100101110110110011101001111110110111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727619; }

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

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

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

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

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

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

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

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