#747603

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

Shades of Olive #747603

Tints of Olive #747603

Color information

#747603 (or 0x747603) is unknown color: approx Olive. HEX triplet: 74, 76 and 03. RGB value is (116,118,3). Sum of RGB (Red+Green+Blue) = 116+118+3=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #747603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747603 is #8B89FC. Grayscale: #686868. Windows color (decimal): -9144829 or 226932. OLE color: 226932.

HSL color Cylindrical-coordinate representation of color #747603: hue angle of 61.04º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #747603 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1161183-
CMYK0.0200.970.54
HSL61.04º95.04%23.73%-
HSV(B)61.04º97.46%46.27%-
XYZ13.716.682.58-
YUV104.2970.84136.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=48.95%
G=49.79%
B=1.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11611830.0200.970.5461.0495.0423.73
Hex747632061363d5f18
Octal164166320141667513730
Binary11101001110110111001100001110110111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747603; }

 p { color: rgb(116,118,3); }

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

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

 a { background-color: rgb(116,118,3); }

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

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

 span { border-color: rgb(116,118,3); }

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