Shades of Juniper #6F9392
Tints of Juniper #6F9392
RGB
CMYK
RGB Variations
Color information
#6F9392 (or 0x6F9392) is known color: Juniper. HEX triplet: 6F, 93 and 92. RGB value is (111,147,146). Sum of RGB (Red+Green+Blue) = 111+147+146=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9392 is #906C6D. Grayscale: #888888. Windows color (decimal): -9464942 or 9605999. OLE color: 9605999.
HSL color Cylindrical-coordinate representation of color #6F9392: hue angle of 178.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9392 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 146 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.42 |
| HSL | 178.33º | 0.14% | 0.51% | - |
| HSV(B) | 178.33º | 0.24% | 0.58% | - |
| XYZ | 22.18 | 26.32 | 31.11 | - |
| YUV | 136.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 146 | 0.24 | 0 | 0.01 | 0.42 | 178.33 | 0.14 | 0.51 |
| Hex | 6F | 93 | 92 | 18 | 0 | 1 | 2A | B2 | E | 33 |
| Octal | 157 | 223 | 222 | 30 | 0 | 1 | 52 | 262 | 16 | 63 |
| Binary | 1101111 | 10010011 | 10010010 | 11000 | 0 | 1 | 101010 | 10110010 | 1110 | 110011 |
Color Harmonies of #6F9392
Complementary color
Monochromatic Colors of #6F9392
Black with #6F9392
Text Example
Text Example
White with #6F9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9392; }
p { color: rgb(111,147,146); }
H1.HeaderClassName
{
color: #6F9392;
}
.AnyTagClassName
{
color: #6F9392;
}
</style>
background-color css
<style>
a { background-color: #6F9392; }
a { background-color: rgb(111,147,146); }
div.DivClassName
{
background-color: #6F9392;
}
.BgClassName
{
background-color: #6F9392;
}
</style>
border-color css
<style>
span { border-color: #6F9392; }
span { border-color: rgb(111,147,146); }
td.TdClassName
{
border-color: #6F9392;
}
.TagClassName
{
border-color: #6F9392;
}
</style>