#757115

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

Shades of Olivetone #757115

Tints of Olivetone #757115

Color information

#757115 (or 0x757115) is unknown color: approx Olivetone. HEX triplet: 75, 71 and 15. RGB value is (117,113,21). Sum of RGB (Red+Green+Blue) = 117+113+21=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #757115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757115 is #8A8EEA. Grayscale: #686868. Windows color (decimal): -9080555 or 1405301. OLE color: 1405301.

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

Color convert

RGB11711321-
CMYK00.030.820.54
HSL57.5º69.57%27.06%-
HSV(B)57.5º82.05%45.88%-
XYZ13.3815.653.02-
YUV103.7181.33137.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=46.61%
G=45.02%
B=8.37%

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
Decimal1171132100.030.820.5457.569.5727.06
Hex7571150352363a461b
Octal1651612503122667210633
Binary11101011110001101010111010010110110111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757115; }

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

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

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

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

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

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

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

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