Shades of Juniper #6A9D95
Tints of Juniper #6A9D95
RGB
CMYK
RGB Variations
Color information
#6A9D95 (or 0x6A9D95) is known color: Juniper. HEX triplet: 6A, 9D and 95. RGB value is (106,157,149). Sum of RGB (Red+Green+Blue) = 106+157+149=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9D95 is #95626A. Grayscale: #8C8C8C. Windows color (decimal): -9790059 or 9805162. OLE color: 9805162.
HSL color Cylindrical-coordinate representation of color #6A9D95: hue angle of 170.59º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9D95 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 157 | 149 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.38 |
| HSL | 170.59º | 0.21% | 0.52% | - |
| HSV(B) | 170.59º | 0.32% | 0.62% | - |
| XYZ | 23.43 | 29.35 | 32.86 | - |
| YUV | 140.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 149 | 0.32 | 0 | 0.05 | 0.38 | 170.59 | 0.21 | 0.52 |
| Hex | 6A | 9D | 95 | 20 | 0 | 5 | 26 | AB | 15 | 34 |
| Octal | 152 | 235 | 225 | 40 | 0 | 5 | 46 | 253 | 25 | 64 |
| Binary | 1101010 | 10011101 | 10010101 | 100000 | 0 | 101 | 100110 | 10101011 | 10101 | 110100 |
Color Harmonies of #6A9D95
Complementary color
Monochromatic Colors of #6A9D95
Black with #6A9D95
Text Example
Text Example
White with #6A9D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9D95; }
p { color: rgb(106,157,149); }
H1.HeaderClassName
{
color: #6A9D95;
}
.AnyTagClassName
{
color: #6A9D95;
}
</style>
background-color css
<style>
a { background-color: #6A9D95; }
a { background-color: rgb(106,157,149); }
div.DivClassName
{
background-color: #6A9D95;
}
.BgClassName
{
background-color: #6A9D95;
}
</style>
border-color css
<style>
span { border-color: #6A9D95; }
span { border-color: rgb(106,157,149); }
td.TdClassName
{
border-color: #6A9D95;
}
.TagClassName
{
border-color: #6A9D95;
}
</style>