#739969

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

Shades of Amulet #739969

Tints of Amulet #739969

Color information

#739969 (or 0x739969) is unknown color: approx Amulet. HEX triplet: 73, 99 and 69. RGB value is (115,153,105). Sum of RGB (Red+Green+Blue) = 115+153+105=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #739969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739969 is #8C6696. Grayscale: #888888. Windows color (decimal): -9201303 or 6920563. OLE color: 6920563.

HSL color Cylindrical-coordinate representation of color #739969: hue angle of 107.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #739969 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB115153105-
CMYK0.2500.310.4
HSL107.5º19.05%50.59%-
HSV(B)107.5º31.37%60%-
XYZ21.0127.4517.56-
YUV136.17110.41112.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=30.83%
G=41.02%
B=28.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531050.2500.310.4107.519.0550.59
Hex7399691901F286c1333
Octal16323115131037501542363
Binary111001110011001110100111001011111101000110110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739969; }

 p { color: rgb(115,153,105); }

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

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

 a { background-color: rgb(115,153,105); }

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

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

 span { border-color: rgb(115,153,105); }

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