Shades of Juniper #6F9590
Tints of Juniper #6F9590
RGB
CMYK
RGB Variations
Color information
#6F9590 (or 0x6F9590) is known color: Juniper. HEX triplet: 6F, 95 and 90. RGB value is (111,149,144). Sum of RGB (Red+Green+Blue) = 111+149+144=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9590 is #906A6F. Grayscale: #898989. Windows color (decimal): -9464432 or 9475439. OLE color: 9475439.
HSL color Cylindrical-coordinate representation of color #6F9590: hue angle of 172.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9590 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 144 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.42 |
| HSL | 172.11º | 0.15% | 0.51% | - |
| HSV(B) | 172.11º | 0.26% | 0.58% | - |
| XYZ | 22.34 | 26.89 | 30.4 | - |
| YUV | 137.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 144 | 0.26 | 0 | 0.03 | 0.42 | 172.11 | 0.15 | 0.51 |
| Hex | 6F | 95 | 90 | 1A | 0 | 3 | 2A | AC | F | 33 |
| Octal | 157 | 225 | 220 | 32 | 0 | 3 | 52 | 254 | 17 | 63 |
| Binary | 1101111 | 10010101 | 10010000 | 11010 | 0 | 11 | 101010 | 10101100 | 1111 | 110011 |
Color Harmonies of #6F9590
Complementary color
Monochromatic Colors of #6F9590
Black with #6F9590
Text Example
Text Example
White with #6F9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9590; }
p { color: rgb(111,149,144); }
H1.HeaderClassName
{
color: #6F9590;
}
.AnyTagClassName
{
color: #6F9590;
}
</style>
background-color css
<style>
a { background-color: #6F9590; }
a { background-color: rgb(111,149,144); }
div.DivClassName
{
background-color: #6F9590;
}
.BgClassName
{
background-color: #6F9590;
}
</style>
border-color css
<style>
span { border-color: #6F9590; }
span { border-color: rgb(111,149,144); }
td.TdClassName
{
border-color: #6F9590;
}
.TagClassName
{
border-color: #6F9590;
}
</style>