#756B1B

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

Shades of Olivetone #756B1B

Tints of Olivetone #756B1B

Color information

#756B1B (or 0x756B1B) is unknown color: approx Olivetone. HEX triplet: 75, 6B and 1B. RGB value is (117,107,27). Sum of RGB (Red+Green+Blue) = 117+107+27=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #756B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B1B is #8A94E4. Grayscale: #656565. Windows color (decimal): -9082085 or 1796981. OLE color: 1796981.

HSL color Cylindrical-coordinate representation of color #756B1B: hue angle of 53.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #756B1B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB11710727-
CMYK00.090.770.54
HSL53.33º62.5%28.24%-
HSV(B)53.33º76.92%45.88%-
XYZ12.7914.383.14-
YUV100.8786.31139.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 27 (10.94% from 255) = 10.76%
R=46.61%
G=42.63%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171072700.090.770.5453.3362.528.24
Hex756B1B094D36353e1c
Octal1651533301111566657634
Binary111010111010111101101001100110111011011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,27); }

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

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

 a { background-color: rgb(117,107,27); }

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

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

 span { border-color: rgb(117,107,27); }

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