Shades of Juniper #6F918F
Tints of Juniper #6F918F
RGB
CMYK
RGB Variations
Color information
#6F918F (or 0x6F918F) is known color: Juniper. HEX triplet: 6F, 91 and 8F. RGB value is (111,145,143). Sum of RGB (Red+Green+Blue) = 111+145+143=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #6F918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F918F is #906E70. Grayscale: #868686. Windows color (decimal): -9465457 or 9408879. OLE color: 9408879.
HSL color Cylindrical-coordinate representation of color #6F918F: hue angle of 176.47º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F918F is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 143 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.43 |
| HSL | 176.47º | 0.13% | 0.5% | - |
| HSV(B) | 176.47º | 0.23% | 0.57% | - |
| XYZ | 21.64 | 25.61 | 29.79 | - |
| YUV | 134.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 143 | 0.23 | 0 | 0.01 | 0.43 | 176.47 | 0.13 | 0.5 |
| Hex | 6F | 91 | 8F | 17 | 0 | 1 | 2B | B0 | D | 32 |
| Octal | 157 | 221 | 217 | 27 | 0 | 1 | 53 | 260 | 15 | 62 |
| Binary | 1101111 | 10010001 | 10001111 | 10111 | 0 | 1 | 101011 | 10110000 | 1101 | 110010 |
Color Harmonies of #6F918F
Complementary color
Monochromatic Colors of #6F918F
Black with #6F918F
Text Example
Text Example
White with #6F918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F918F; }
p { color: rgb(111,145,143); }
H1.HeaderClassName
{
color: #6F918F;
}
.AnyTagClassName
{
color: #6F918F;
}
</style>
background-color css
<style>
a { background-color: #6F918F; }
a { background-color: rgb(111,145,143); }
div.DivClassName
{
background-color: #6F918F;
}
.BgClassName
{
background-color: #6F918F;
}
</style>
border-color css
<style>
span { border-color: #6F918F; }
span { border-color: rgb(111,145,143); }
td.TdClassName
{
border-color: #6F918F;
}
.TagClassName
{
border-color: #6F918F;
}
</style>