#727515

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

Shades of Olivetone #727515

Tints of Olivetone #727515

Color information

#727515 (or 0x727515) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 15. RGB value is (114,117,21). Sum of RGB (Red+Green+Blue) = 114+117+21=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #727515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727515 is #8D8AEA. Grayscale: #696969. Windows color (decimal): -9276139 or 1406322. OLE color: 1406322.

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

Color convert

RGB11411721-
CMYK0.0300.820.54
HSL61.88º69.57%27.06%-
HSV(B)61.88º82.05%45.88%-
XYZ13.4416.353.16-
YUV105.1680.51134.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=45.24%
G=46.43%
B=8.33%

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
Decimal114117210.0300.820.5461.8869.5727.06
Hex7275153052363e461b
Octal1621652530122667610633
Binary11100101110101101011101010010110110111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727515; }

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

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

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

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

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

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

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

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