Shades of Juniper #6BA196
Tints of Juniper #6BA196
RGB
CMYK
RGB Variations
Color information
#6BA196 (or 0x6BA196) is known color: Juniper. HEX triplet: 6B, A1 and 96. RGB value is (107,161,150). Sum of RGB (Red+Green+Blue) = 107+161+150=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA196 is #945E69. Grayscale: #8F8F8F. Windows color (decimal): -9723498 or 9871723. OLE color: 9871723.
HSL color Cylindrical-coordinate representation of color #6BA196: hue angle of 167.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA196 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 150 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.37 |
| HSL | 167.78º | 0.22% | 0.53% | - |
| HSV(B) | 167.78º | 0.34% | 0.63% | - |
| XYZ | 24.31 | 30.82 | 33.52 | - |
| YUV | 143.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 150 | 0.34 | 0 | 0.07 | 0.37 | 167.78 | 0.22 | 0.53 |
| Hex | 6B | A1 | 96 | 22 | 0 | 7 | 25 | A8 | 16 | 35 |
| Octal | 153 | 241 | 226 | 42 | 0 | 7 | 45 | 250 | 26 | 65 |
| Binary | 1101011 | 10100001 | 10010110 | 100010 | 0 | 111 | 100101 | 10101000 | 10110 | 110101 |
Color Harmonies of #6BA196
Complementary color
Monochromatic Colors of #6BA196
Black with #6BA196
Text Example
Text Example
White with #6BA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA196; }
p { color: rgb(107,161,150); }
H1.HeaderClassName
{
color: #6BA196;
}
.AnyTagClassName
{
color: #6BA196;
}
</style>
background-color css
<style>
a { background-color: #6BA196; }
a { background-color: rgb(107,161,150); }
div.DivClassName
{
background-color: #6BA196;
}
.BgClassName
{
background-color: #6BA196;
}
</style>
border-color css
<style>
span { border-color: #6BA196; }
span { border-color: rgb(107,161,150); }
td.TdClassName
{
border-color: #6BA196;
}
.TagClassName
{
border-color: #6BA196;
}
</style>