#756E12

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

Shades of Olivetone #756E12

Tints of Olivetone #756E12

Color information

#756E12 (or 0x756E12) is unknown color: approx Olivetone. HEX triplet: 75, 6E and 12. RGB value is (117,110,18). Sum of RGB (Red+Green+Blue) = 117+110+18=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #756E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E12 is #8A91ED. Grayscale: #656565. Windows color (decimal): -9081326 or 1207925. OLE color: 1207925.

HSL color Cylindrical-coordinate representation of color #756E12: hue angle of 55.76º degrees, saturation: 0.73, 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 #756E12 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB11711018-
CMYK00.060.850.54
HSL55.76º73.33%26.47%-
HSV(B)55.76º84.62%45.88%-
XYZ13.0214.982.78-
YUV101.680.82138.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=47.76%
G=44.90%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171101800.060.850.5455.7673.3326.47
Hex756E1206553638491a
Octal1651562206125667011132
Binary111010111011101001001101010101110110111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,110,18); }

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

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

 a { background-color: rgb(117,110,18); }

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

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

 span { border-color: rgb(117,110,18); }

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