#747111

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

Shades of Olivetone #747111

Tints of Olivetone #747111

Color information

#747111 (or 0x747111) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 11. RGB value is (116,113,17). Sum of RGB (Red+Green+Blue) = 116+113+17=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #747111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747111 is #8B8EEE. Grayscale: #676767. Windows color (decimal): -9146095 or 1143156. OLE color: 1143156.

HSL color Cylindrical-coordinate representation of color #747111: hue angle of 58.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #747111 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB11611317-
CMYK00.030.850.55
HSL58.18º74.44%26.08%-
HSV(B)58.18º85.34%45.49%-
XYZ13.2115.562.84-
YUV102.9579.49137.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 17 (7.03% from 255) = 6.91%
R=47.15%
G=45.93%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161131700.030.850.5558.1874.4426.08
Hex7471110355373a4a1a
Octal1641612103125677211232
Binary11101001110001100010111010101110111111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747111; }

 p { color: rgb(116,113,17); }

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

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

 a { background-color: rgb(116,113,17); }

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

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

 span { border-color: rgb(116,113,17); }

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