#757217

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

Shades of Olivetone #757217

Tints of Olivetone #757217

Color information

#757217 (or 0x757217) is unknown color: approx Olivetone. HEX triplet: 75, 72 and 17. RGB value is (117,114,23). Sum of RGB (Red+Green+Blue) = 117+114+23=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #757217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757217 is #8A8DE8. Grayscale: #686868. Windows color (decimal): -9080297 or 1536629. OLE color: 1536629.

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

Color convert

RGB11711423-
CMYK00.030.800.54
HSL58.09º67.14%27.45%-
HSV(B)58.09º80.34%45.88%-
XYZ13.5115.883.16-
YUV104.5281.99136.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 23 (9.38% from 255) = 9.06%
R=46.06%
G=44.88%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171142300.030.800.5458.0967.1427.45
Hex7572170350363a431b
Octal1651622703120667210333
Binary11101011110010101110111010000110110111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757217; }

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

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

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

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

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

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

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

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