#747605

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

Shades of Olive #747605

Tints of Olive #747605

Color information

#747605 (or 0x747605) is unknown color: approx Olive. HEX triplet: 74, 76 and 05. RGB value is (116,118,5). Sum of RGB (Red+Green+Blue) = 116+118+5=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #747605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747605 is #8B89FA. Grayscale: #686868. Windows color (decimal): -9144827 or 358004. OLE color: 358004.

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

Color convert

RGB1161185-
CMYK0.0200.960.54
HSL61.06º91.87%24.12%-
HSV(B)61.06º95.76%46.27%-
XYZ13.7116.682.64-
YUV104.5271.84136.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=48.54%
G=49.37%
B=2.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11611850.0200.960.5461.0691.8724.12
Hex747652060363d5c18
Octal164166520140667513430
Binary111010011101101011001100000110110111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747605; }

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

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

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

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

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

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

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

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