#747607

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

Shades of Olive #747607

Tints of Olive #747607

Color information

#747607 (or 0x747607) is unknown color: approx Olive. HEX triplet: 74, 76 and 07. RGB value is (116,118,7). Sum of RGB (Red+Green+Blue) = 116+118+7=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #747607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747607 is #8B89F8. Grayscale: #696969. Windows color (decimal): -9144825 or 489076. OLE color: 489076.

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

Color convert

RGB1161187-
CMYK0.0200.940.54
HSL61.08º88.8%24.51%-
HSV(B)61.08º94.07%46.27%-
XYZ13.7216.692.7-
YUV104.7572.84136.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 7 (3.12% from 255) = 2.90%
R=48.13%
G=48.96%
B=2.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11611870.0200.940.5461.0888.824.51
Hex74767205E363d5919
Octal164166720136667513131
Binary111010011101101111001011110110110111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747607; }

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

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

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

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

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

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

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

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