Shades of Juniper #6A9C96
Tints of Juniper #6A9C96
RGB
CMYK
RGB Variations
Color information
#6A9C96 (or 0x6A9C96) is known color: Juniper. HEX triplet: 6A, 9C and 96. RGB value is (106,156,150). Sum of RGB (Red+Green+Blue) = 106+156+150=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #6A9C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9C96 is #956369. Grayscale: #8C8C8C. Windows color (decimal): -9790314 or 9870442. OLE color: 9870442.
HSL color Cylindrical-coordinate representation of color #6A9C96: hue angle of 172.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9C96 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 156 | 150 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.39 |
| HSL | 172.8º | 0.2% | 0.51% | - |
| HSV(B) | 172.8º | 0.32% | 0.61% | - |
| XYZ | 23.34 | 29.04 | 33.23 | - |
| YUV | 140.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 156 | 150 | 0.32 | 0 | 0.04 | 0.39 | 172.8 | 0.2 | 0.51 |
| Hex | 6A | 9C | 96 | 20 | 0 | 4 | 27 | AD | 14 | 33 |
| Octal | 152 | 234 | 226 | 40 | 0 | 4 | 47 | 255 | 24 | 63 |
| Binary | 1101010 | 10011100 | 10010110 | 100000 | 0 | 100 | 100111 | 10101101 | 10100 | 110011 |
Color Harmonies of #6A9C96
Complementary color
Monochromatic Colors of #6A9C96
Black with #6A9C96
Text Example
Text Example
White with #6A9C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9C96; }
p { color: rgb(106,156,150); }
H1.HeaderClassName
{
color: #6A9C96;
}
.AnyTagClassName
{
color: #6A9C96;
}
</style>
background-color css
<style>
a { background-color: #6A9C96; }
a { background-color: rgb(106,156,150); }
div.DivClassName
{
background-color: #6A9C96;
}
.BgClassName
{
background-color: #6A9C96;
}
</style>
border-color css
<style>
span { border-color: #6A9C96; }
span { border-color: rgb(106,156,150); }
td.TdClassName
{
border-color: #6A9C96;
}
.TagClassName
{
border-color: #6A9C96;
}
</style>