#757215

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

Shades of Olivetone #757215

Tints of Olivetone #757215

Color information

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

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

Color convert

RGB11711421-
CMYK00.030.820.54
HSL58.12º69.57%27.06%-
HSV(B)58.12º82.05%45.88%-
XYZ13.4915.873.06-
YUV104.2980.99137.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171142100.030.820.5458.1269.5727.06
Hex7572150352363a461b
Octal1651622503122667210633
Binary11101011110010101010111010010110110111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757215; }

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

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

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

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

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

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

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

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