#747501

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

Shades of Olive #747501

Tints of Olive #747501

Color information

#747501 (or 0x747501) is unknown color: approx Olive. HEX triplet: 74, 75 and 01. RGB value is (116,117,1). Sum of RGB (Red+Green+Blue) = 116+117+1=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #747501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747501 is #8B8AFE. Grayscale: #676767. Windows color (decimal): -9145087 or 95604. OLE color: 95604.

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

Color convert

RGB1161171-
CMYK0.0100.990.54
HSL60.52º98.31%23.14%-
HSV(B)60.52º99.15%45.88%-
XYZ13.5716.442.49-
YUV103.4870.17136.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=49.57%
G=50%
B=0.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11611710.0100.990.5460.5298.3123.14
Hex747511063363d6217
Octal164165110143667514227
Binary111010011101011101100011110110111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747501; }

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

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

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

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

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

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

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

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