#746E12

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

Shades of Olivetone #746E12

Tints of Olivetone #746E12

Color information

#746E12 (or 0x746E12) is unknown color: approx Olivetone. HEX triplet: 74, 6E and 12. RGB value is (116,110,18). Sum of RGB (Red+Green+Blue) = 116+110+18=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #746E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E12 is #8B91ED. Grayscale: #656565. Windows color (decimal): -9146862 or 1207924. OLE color: 1207924.

HSL color Cylindrical-coordinate representation of color #746E12: hue angle of 56.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #746E12 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB11611018-
CMYK00.050.840.55
HSL56.33º73.13%26.27%-
HSV(B)56.33º84.48%45.49%-
XYZ12.8914.912.77-
YUV101.3180.99138.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 18 (7.42% from 255) = 7.38%
R=47.54%
G=45.08%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161101800.050.840.5556.3373.1326.27
Hex746E1205543738491a
Octal1641562205124677011132
Binary111010011011101001001011010100110111111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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