Shades of Juniper #6F9B99
Tints of Juniper #6F9B99
RGB
CMYK
RGB Variations
Color information
#6F9B99 (or 0x6F9B99) is known color: Juniper. HEX triplet: 6F, 9B and 99. RGB value is (111,155,153). Sum of RGB (Red+Green+Blue) = 111+155+153=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9B99 is #906466. Grayscale: #8D8D8D. Windows color (decimal): -9462887 or 10066799. OLE color: 10066799.
HSL color Cylindrical-coordinate representation of color #6F9B99: hue angle of 177.27º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F9B99 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 155 | 153 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.39 |
| HSL | 177.27º | 0.18% | 0.52% | - |
| HSV(B) | 177.27º | 0.28% | 0.61% | - |
| XYZ | 24.03 | 29.12 | 34.49 | - |
| YUV | 141.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 153 | 0.28 | 0 | 0.01 | 0.39 | 177.27 | 0.18 | 0.52 |
| Hex | 6F | 9B | 99 | 1C | 0 | 1 | 27 | B1 | 12 | 34 |
| Octal | 157 | 233 | 231 | 34 | 0 | 1 | 47 | 261 | 22 | 64 |
| Binary | 1101111 | 10011011 | 10011001 | 11100 | 0 | 1 | 100111 | 10110001 | 10010 | 110100 |
Color Harmonies of #6F9B99
Complementary color
Monochromatic Colors of #6F9B99
Black with #6F9B99
Text Example
Text Example
White with #6F9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9B99; }
p { color: rgb(111,155,153); }
H1.HeaderClassName
{
color: #6F9B99;
}
.AnyTagClassName
{
color: #6F9B99;
}
</style>
background-color css
<style>
a { background-color: #6F9B99; }
a { background-color: rgb(111,155,153); }
div.DivClassName
{
background-color: #6F9B99;
}
.BgClassName
{
background-color: #6F9B99;
}
</style>
border-color css
<style>
span { border-color: #6F9B99; }
span { border-color: rgb(111,155,153); }
td.TdClassName
{
border-color: #6F9B99;
}
.TagClassName
{
border-color: #6F9B99;
}
</style>