#757317

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

Shades of Olivetone #757317

Tints of Olivetone #757317

Color information

#757317 (or 0x757317) is unknown color: approx Olivetone. HEX triplet: 75, 73 and 17. RGB value is (117,115,23). Sum of RGB (Red+Green+Blue) = 117+115+23=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #757317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757317 is #8A8CE8. Grayscale: #696969. Windows color (decimal): -9080041 or 1536885. OLE color: 1536885.

HSL color Cylindrical-coordinate representation of color #757317: hue angle of 58.72º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #757317 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB11711523-
CMYK00.020.800.54
HSL58.72º67.14%27.45%-
HSV(B)58.72º80.34%45.88%-
XYZ13.6216.113.2-
YUV105.1181.66136.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 23 (9.38% from 255) = 9.02%
R=45.88%
G=45.10%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171152300.020.800.5458.7267.1427.45
Hex7573170250363b431b
Octal1651632702120667310333
Binary11101011110011101110101010000110110111011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757317; }

 p { color: rgb(117,115,23); }

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

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

 a { background-color: rgb(117,115,23); }

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

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

 span { border-color: rgb(117,115,23); }

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