Shades of Amulet #6F9B67
Tints of Amulet #6F9B67
RGB
CMYK
RGB Variations
Color information
#6F9B67 (or 0x6F9B67) is known color: Amulet. HEX triplet: 6F, 9B and 67. RGB value is (111,155,103). Sum of RGB (Red+Green+Blue) = 111+155+103=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9B67 is #906498. Grayscale: #888888. Windows color (decimal): -9462937 or 6789999. OLE color: 6789999.
HSL color Cylindrical-coordinate representation of color #6F9B67: hue angle of 110.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F9B67 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 155 | 103 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.39 |
| HSL | 110.77º | 0.21% | 0.51% | - |
| HSV(B) | 110.77º | 0.34% | 0.61% | - |
| XYZ | 20.73 | 27.8 | 17.11 | - |
| YUV | 135.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 103 | 0.28 | 0 | 0.34 | 0.39 | 110.77 | 0.21 | 0.51 |
| Hex | 6F | 9B | 67 | 1C | 0 | 22 | 27 | 6F | 15 | 33 |
| Octal | 157 | 233 | 147 | 34 | 0 | 42 | 47 | 157 | 25 | 63 |
| Binary | 1101111 | 10011011 | 1100111 | 11100 | 0 | 100010 | 100111 | 1101111 | 10101 | 110011 |
Color Harmonies of #6F9B67
Complementary color
Monochromatic Colors of #6F9B67
Black with #6F9B67
Text Example
Text Example
White with #6F9B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9B67; }
p { color: rgb(111,155,103); }
H1.HeaderClassName
{
color: #6F9B67;
}
.AnyTagClassName
{
color: #6F9B67;
}
</style>
background-color css
<style>
a { background-color: #6F9B67; }
a { background-color: rgb(111,155,103); }
div.DivClassName
{
background-color: #6F9B67;
}
.BgClassName
{
background-color: #6F9B67;
}
</style>
border-color css
<style>
span { border-color: #6F9B67; }
span { border-color: rgb(111,155,103); }
td.TdClassName
{
border-color: #6F9B67;
}
.TagClassName
{
border-color: #6F9B67;
}
</style>