#756D15

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

Shades of Olivetone #756D15

Tints of Olivetone #756D15

Color information

#756D15 (or 0x756D15) is unknown color: approx Olivetone. HEX triplet: 75, 6D and 15. RGB value is (117,109,21). Sum of RGB (Red+Green+Blue) = 117+109+21=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #756D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D15 is #8A92EA. Grayscale: #656565. Windows color (decimal): -9081579 or 1404277. OLE color: 1404277.

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

Color convert

RGB11710921-
CMYK00.070.820.54
HSL55º69.57%27.06%-
HSV(B)55º82.05%45.88%-
XYZ12.9414.772.88-
YUV101.3682.65139.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=47.37%
G=44.13%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171092100.070.820.545569.5727.06
Hex756D1507523637461b
Octal1651552507122666710633
Binary111010111011011010101111010010110110110111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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