#747121

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

Shades of Olivetone #747121

Tints of Olivetone #747121

Color information

#747121 (or 0x747121) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 21. RGB value is (116,113,33). Sum of RGB (Red+Green+Blue) = 116+113+33=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #747121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747121 is #8B8EDE. Grayscale: #696969. Windows color (decimal): -9146079 or 2191732. OLE color: 2191732.

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

Color convert

RGB11611333-
CMYK00.030.720.55
HSL57.83º55.7%29.22%-
HSV(B)57.83º71.55%45.49%-
XYZ13.3815.633.75-
YUV104.7887.49136-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=44.27%
G=43.13%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161133300.030.720.5557.8355.729.22
Hex7471210348373a381d
Octal164161410311067727035
Binary11101001110001100001011100100011011111101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747121; }

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

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

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

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

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

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

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

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