#747021

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

Shades of Olivetone #747021

Tints of Olivetone #747021

Color information

#747021 (or 0x747021) is unknown color: approx Olivetone. HEX triplet: 74, 70 and 21. RGB value is (116,112,33). Sum of RGB (Red+Green+Blue) = 116+112+33=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #747021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747021 is #8B8FDE. Grayscale: #686868. Windows color (decimal): -9146335 or 2191476. OLE color: 2191476.

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

Color convert

RGB11611233-
CMYK00.030.720.55
HSL57.11º55.7%29.22%-
HSV(B)57.11º71.55%45.49%-
XYZ13.2715.413.71-
YUV104.1987.83136.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=44.44%
G=42.91%
B=12.64%

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
Decimal1161123300.030.720.5557.1155.729.22
Hex74702103483739381d
Octal164160410311067717035
Binary11101001110000100001011100100011011111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747021; }

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

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

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

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

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

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

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

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