#756D17

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

Shades of Olivetone #756D17

Tints of Olivetone #756D17

Color information

#756D17 (or 0x756D17) is unknown color: approx Olivetone. HEX triplet: 75, 6D and 17. RGB value is (117,109,23). Sum of RGB (Red+Green+Blue) = 117+109+23=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #756D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D17 is #8A92E8. Grayscale: #656565. Windows color (decimal): -9081577 or 1535349. OLE color: 1535349.

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

Color convert

RGB11710923-
CMYK00.070.800.54
HSL54.89º67.14%27.45%-
HSV(B)54.89º80.34%45.88%-
XYZ12.9614.782.98-
YUV101.5983.65138.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 109 (42.97% from 255) = 43.78%
BLUE value IS 23 (9.38% from 255) = 9.24%
R=46.99%
G=43.78%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171092300.070.800.5454.8967.1427.45
Hex756D1707503637431b
Octal1651552707120666710333
Binary111010111011011011101111010000110110110111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756D17; }

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

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

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

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

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

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

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

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