#756F1B

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

Shades of Olivetone #756F1B

Tints of Olivetone #756F1B

Color information

#756F1B (or 0x756F1B) is unknown color: approx Olivetone. HEX triplet: 75, 6F and 1B. RGB value is (117,111,27). Sum of RGB (Red+Green+Blue) = 117+111+27=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #756F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F1B is #8A90E4. Grayscale: #676767. Windows color (decimal): -9081061 or 1798005. OLE color: 1798005.

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

Color convert

RGB11711127-
CMYK00.050.770.54
HSL56º62.5%28.24%-
HSV(B)56º76.92%45.88%-
XYZ13.2215.233.28-
YUV103.2284.99137.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 111 (43.75% from 255) = 43.53%
BLUE value IS 27 (10.94% from 255) = 10.59%
R=45.88%
G=43.53%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171112700.050.770.545662.528.24
Hex756F1B054D36383e1c
Octal165157330511566707634
Binary11101011101111110110101100110111011011100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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