#756C1F

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

Shades of Olivetone #756C1F

Tints of Olivetone #756C1F

Color information

#756C1F (or 0x756C1F) is unknown color: approx Olivetone. HEX triplet: 75, 6C and 1F. RGB value is (117,108,31). Sum of RGB (Red+Green+Blue) = 117+108+31=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #756C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C1F is #8A93E0. Grayscale: #666666. Windows color (decimal): -9081825 or 2059381. OLE color: 2059381.

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

Color convert

RGB11710831-
CMYK00.080.740.54
HSL53.72º58.11%29.02%-
HSV(B)53.72º73.5%45.88%-
XYZ12.9514.613.43-
YUV101.9187.98138.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=45.70%
G=42.19%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171083100.080.740.5453.7258.1129.02
Hex756C1F084A36363a1d
Octal1651543701011266667235
Binary111010111011001111101000100101011011011011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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