#756D1F

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

Shades of Olivetone #756D1F

Tints of Olivetone #756D1F

Color information

#756D1F (or 0x756D1F) is unknown color: approx Olivetone. HEX triplet: 75, 6D and 1F. RGB value is (117,109,31). Sum of RGB (Red+Green+Blue) = 117+109+31=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #756D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D1F is #8A92E0. Grayscale: #666666. Windows color (decimal): -9081569 or 2059637. OLE color: 2059637.

HSL color Cylindrical-coordinate representation of color #756D1F: hue angle of 54.42º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #756D1F is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB11710931-
CMYK00.070.740.54
HSL54.42º58.11%29.02%-
HSV(B)54.42º73.5%45.88%-
XYZ13.0514.823.47-
YUV102.587.65138.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=45.53%
G=42.41%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171093100.070.740.5454.4258.1129.02
Hex756D1F074A36363a1d
Octal165155370711266667235
Binary11101011101101111110111100101011011011011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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