#756F11

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

Shades of Olivetone #756F11

Tints of Olivetone #756F11

Color information

#756F11 (or 0x756F11) is unknown color: approx Olivetone. HEX triplet: 75, 6F and 11. RGB value is (117,111,17). Sum of RGB (Red+Green+Blue) = 117+111+17=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #756F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F11 is #8A90EE. Grayscale: #666666. Windows color (decimal): -9081071 or 1142645. OLE color: 1142645.

HSL color Cylindrical-coordinate representation of color #756F11: hue angle of 56.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #756F11 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB11711117-
CMYK00.050.850.54
HSL56.4º74.63%26.27%-
HSV(B)56.4º85.47%45.88%-
XYZ13.1215.192.77-
YUV102.0879.99138.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=47.76%
G=45.31%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171111700.050.850.5456.474.6326.27
Hex756F11055536384b1a
Octal1651572105125667011332
Binary111010111011111000101011010101110110111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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