#747201

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

Shades of Olive #747201

Tints of Olive #747201

Color information

#747201 (or 0x747201) is unknown color: approx Olive. HEX triplet: 74, 72 and 01. RGB value is (116,114,1). Sum of RGB (Red+Green+Blue) = 116+114+1=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #747201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747201 is #8B8DFE. Grayscale: #666666. Windows color (decimal): -9145855 or 94836. OLE color: 94836.

HSL color Cylindrical-coordinate representation of color #747201: hue angle of 58.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #747201 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB1161141-
CMYK00.020.990.55
HSL58.96º98.29%22.94%-
HSV(B)58.96º99.14%45.49%-
XYZ13.2315.752.37-
YUV101.7271.16138.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=50.22%
G=49.35%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116114100.020.990.5558.9698.2922.94
Hex747210263373b6217
Octal164162102143677314227
Binary1110100111001010101100011110111111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747201; }

 p { color: rgb(116,114,1); }

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

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

 a { background-color: rgb(116,114,1); }

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

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

 span { border-color: rgb(116,114,1); }

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