Shades of Juniper #6F9F99
Tints of Juniper #6F9F99
RGB
CMYK
RGB Variations
Color information
#6F9F99 (or 0x6F9F99) is known color: Juniper. HEX triplet: 6F, 9F and 99. RGB value is (111,159,153). Sum of RGB (Red+Green+Blue) = 111+159+153=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9F99 is #906066. Grayscale: #8F8F8F. Windows color (decimal): -9461863 or 10067823. OLE color: 10067823.
HSL color Cylindrical-coordinate representation of color #6F9F99: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F99 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 153 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.38 |
| HSL | 172.5º | 0.2% | 0.53% | - |
| HSV(B) | 172.5º | 0.3% | 0.62% | - |
| XYZ | 24.7 | 30.48 | 34.72 | - |
| YUV | 143.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 153 | 0.30 | 0 | 0.04 | 0.38 | 172.5 | 0.2 | 0.53 |
| Hex | 6F | 9F | 99 | 1E | 0 | 4 | 26 | AC | 14 | 35 |
| Octal | 157 | 237 | 231 | 36 | 0 | 4 | 46 | 254 | 24 | 65 |
| Binary | 1101111 | 10011111 | 10011001 | 11110 | 0 | 100 | 100110 | 10101100 | 10100 | 110101 |
Color Harmonies of #6F9F99
Complementary color
Monochromatic Colors of #6F9F99
Black with #6F9F99
Text Example
Text Example
White with #6F9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F99; }
p { color: rgb(111,159,153); }
H1.HeaderClassName
{
color: #6F9F99;
}
.AnyTagClassName
{
color: #6F9F99;
}
</style>
background-color css
<style>
a { background-color: #6F9F99; }
a { background-color: rgb(111,159,153); }
div.DivClassName
{
background-color: #6F9F99;
}
.BgClassName
{
background-color: #6F9F99;
}
</style>
border-color css
<style>
span { border-color: #6F9F99; }
span { border-color: rgb(111,159,153); }
td.TdClassName
{
border-color: #6F9F99;
}
.TagClassName
{
border-color: #6F9F99;
}
</style>