#747301

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

Shades of Olive #747301

Tints of Olive #747301

Color information

#747301 (or 0x747301) is unknown color: approx Olive. HEX triplet: 74, 73 and 01. RGB value is (116,115,1). Sum of RGB (Red+Green+Blue) = 116+115+1=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #747301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747301 is #8B8CFE. Grayscale: #666666. Windows color (decimal): -9145599 or 95092. OLE color: 95092.

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

Color convert

RGB1161151-
CMYK00.010.990.55
HSL59.48º98.29%22.94%-
HSV(B)59.48º99.14%45.49%-
XYZ13.3415.982.41-
YUV102.370.83137.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116115100.010.990.5559.4898.2922.94
Hex747310163373b6217
Octal164163101143677314227
Binary111010011100111011100011110111111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747301; }

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

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

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

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

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

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

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

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