Shades of Amulet #739967
Tints of Amulet #739967
RGB
CMYK
RGB Variations
Color information
#739967 (or 0x739967) is known color: Amulet. HEX triplet: 73, 99 and 67. RGB value is (115,153,103). Sum of RGB (Red+Green+Blue) = 115+153+103=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #739967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739967 is #8C6698. Grayscale: #888888. Windows color (decimal): -9201305 or 6789491. OLE color: 6789491.
HSL color Cylindrical-coordinate representation of color #739967: hue angle of 105.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #739967 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 103 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.4 |
| HSL | 105.6º | 0.2% | 0.5% | - |
| HSV(B) | 105.6º | 0.33% | 0.6% | - |
| XYZ | 20.91 | 27.41 | 17.02 | - |
| YUV | 135.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 103 | 0.25 | 0 | 0.33 | 0.4 | 105.6 | 0.2 | 0.5 |
| Hex | 73 | 99 | 67 | 19 | 0 | 21 | 28 | 6A | 14 | 32 |
| Octal | 163 | 231 | 147 | 31 | 0 | 41 | 50 | 152 | 24 | 62 |
| Binary | 1110011 | 10011001 | 1100111 | 11001 | 0 | 100001 | 101000 | 1101010 | 10100 | 110010 |
Color Harmonies of #739967
Complementary color
Monochromatic Colors of #739967
Black with #739967
Text Example
Text Example
White with #739967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739967; }
p { color: rgb(115,153,103); }
H1.HeaderClassName
{
color: #739967;
}
.AnyTagClassName
{
color: #739967;
}
</style>
background-color css
<style>
a { background-color: #739967; }
a { background-color: rgb(115,153,103); }
div.DivClassName
{
background-color: #739967;
}
.BgClassName
{
background-color: #739967;
}
</style>
border-color css
<style>
span { border-color: #739967; }
span { border-color: rgb(115,153,103); }
td.TdClassName
{
border-color: #739967;
}
.TagClassName
{
border-color: #739967;
}
</style>