#746F21

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

Shades of Olivetone #746F21

Tints of Olivetone #746F21

Color information

#746F21 (or 0x746F21) is unknown color: approx Olivetone. HEX triplet: 74, 6F and 21. RGB value is (116,111,33). Sum of RGB (Red+Green+Blue) = 116+111+33=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #746F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F21 is #8B90DE. Grayscale: #676767. Windows color (decimal): -9146591 or 2191220. OLE color: 2191220.

HSL color Cylindrical-coordinate representation of color #746F21: hue angle of 56.39º 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 #746F21 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11611133-
CMYK00.040.720.55
HSL56.39º55.7%29.22%-
HSV(B)56.39º71.55%45.49%-
XYZ13.1615.193.68-
YUV103.688.16136.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=44.62%
G=42.69%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161113300.040.720.5556.3955.729.22
Hex746F2104483738381d
Octal164157410411067707035
Binary111010011011111000010100100100011011111100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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