Shades of Juniper #6F9F94
Tints of Juniper #6F9F94
RGB
CMYK
RGB Variations
Color information
#6F9F94 (or 0x6F9F94) is known color: Juniper. HEX triplet: 6F, 9F and 94. RGB value is (111,159,148). Sum of RGB (Red+Green+Blue) = 111+159+148=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9F94 is #90606B. Grayscale: #8F8F8F. Windows color (decimal): -9461868 or 9740143. OLE color: 9740143.
HSL color Cylindrical-coordinate representation of color #6F9F94: hue angle of 166.25º 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 #6F9F94 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 148 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.38 |
| HSL | 166.25º | 0.2% | 0.53% | - |
| HSV(B) | 166.25º | 0.3% | 0.62% | - |
| XYZ | 24.3 | 30.31 | 32.59 | - |
| YUV | 143.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 148 | 0.30 | 0 | 0.07 | 0.38 | 166.25 | 0.2 | 0.53 |
| Hex | 6F | 9F | 94 | 1E | 0 | 7 | 26 | A6 | 14 | 35 |
| Octal | 157 | 237 | 224 | 36 | 0 | 7 | 46 | 246 | 24 | 65 |
| Binary | 1101111 | 10011111 | 10010100 | 11110 | 0 | 111 | 100110 | 10100110 | 10100 | 110101 |
Color Harmonies of #6F9F94
Complementary color
Monochromatic Colors of #6F9F94
Black with #6F9F94
Text Example
Text Example
White with #6F9F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F94; }
p { color: rgb(111,159,148); }
H1.HeaderClassName
{
color: #6F9F94;
}
.AnyTagClassName
{
color: #6F9F94;
}
</style>
background-color css
<style>
a { background-color: #6F9F94; }
a { background-color: rgb(111,159,148); }
div.DivClassName
{
background-color: #6F9F94;
}
.BgClassName
{
background-color: #6F9F94;
}
</style>
border-color css
<style>
span { border-color: #6F9F94; }
span { border-color: rgb(111,159,148); }
td.TdClassName
{
border-color: #6F9F94;
}
.TagClassName
{
border-color: #6F9F94;
}
</style>