#727615

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

Shades of Olivetone #727615

Tints of Olivetone #727615

Color information

#727615 (or 0x727615) is unknown color: approx Olivetone. HEX triplet: 72, 76 and 15. RGB value is (114,118,21). Sum of RGB (Red+Green+Blue) = 114+118+21=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #727615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727615 is #8D89EA. Grayscale: #6A6A6A. Windows color (decimal): -9275883 or 1406578. OLE color: 1406578.

HSL color Cylindrical-coordinate representation of color #727615: hue angle of 62.47º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #727615 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB11411821-
CMYK0.0300.820.54
HSL62.47º69.78%27.25%-
HSV(B)62.47º82.2%46.27%-
XYZ13.5516.593.2-
YUV105.7580.17133.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=45.06%
G=46.64%
B=8.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118210.0300.820.5462.4769.7827.25
Hex7276153052363e461b
Octal1621662530122667610633
Binary11100101110110101011101010010110110111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727615; }

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

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

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

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

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

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

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

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