Shades of Juniper #6D9792
Tints of Juniper #6D9792
RGB
CMYK
RGB Variations
Color information
#6D9792 (or 0x6D9792) is known color: Juniper. HEX triplet: 6D, 97 and 92. RGB value is (109,151,146). Sum of RGB (Red+Green+Blue) = 109+151+146=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #6D9792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9792 is #92686D. Grayscale: #898989. Windows color (decimal): -9594990 or 9607021. OLE color: 9607021.
HSL color Cylindrical-coordinate representation of color #6D9792: hue angle of 172.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D9792 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 146 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.41 |
| HSL | 172.86º | 0.17% | 0.51% | - |
| HSV(B) | 172.86º | 0.28% | 0.59% | - |
| XYZ | 22.56 | 27.46 | 31.31 | - |
| YUV | 137.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 146 | 0.28 | 0 | 0.03 | 0.41 | 172.86 | 0.17 | 0.51 |
| Hex | 6D | 97 | 92 | 1C | 0 | 3 | 29 | AD | 11 | 33 |
| Octal | 155 | 227 | 222 | 34 | 0 | 3 | 51 | 255 | 21 | 63 |
| Binary | 1101101 | 10010111 | 10010010 | 11100 | 0 | 11 | 101001 | 10101101 | 10001 | 110011 |
Color Harmonies of #6D9792
Complementary color
Monochromatic Colors of #6D9792
Black with #6D9792
Text Example
Text Example
White with #6D9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9792; }
p { color: rgb(109,151,146); }
H1.HeaderClassName
{
color: #6D9792;
}
.AnyTagClassName
{
color: #6D9792;
}
</style>
background-color css
<style>
a { background-color: #6D9792; }
a { background-color: rgb(109,151,146); }
div.DivClassName
{
background-color: #6D9792;
}
.BgClassName
{
background-color: #6D9792;
}
</style>
border-color css
<style>
span { border-color: #6D9792; }
span { border-color: rgb(109,151,146); }
td.TdClassName
{
border-color: #6D9792;
}
.TagClassName
{
border-color: #6D9792;
}
</style>