Shades of Juniper #669491
Tints of Juniper #669491
RGB
CMYK
RGB Variations
Color information
#669491 (or 0x669491) is known color: Juniper. HEX triplet: 66, 94 and 91. RGB value is (102,148,145). Sum of RGB (Red+Green+Blue) = 102+148+145=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #669491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669491 is #996B6E. Grayscale: #858585. Windows color (decimal): -10054511 or 9540710. OLE color: 9540710.
HSL color Cylindrical-coordinate representation of color #669491: hue angle of 176.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669491 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 145 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.42 |
| HSL | 176.09º | 0.18% | 0.49% | - |
| HSV(B) | 176.09º | 0.31% | 0.58% | - |
| XYZ | 21.18 | 26.05 | 30.7 | - |
| YUV | 133.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 145 | 0.31 | 0 | 0.02 | 0.42 | 176.09 | 0.18 | 0.49 |
| Hex | 66 | 94 | 91 | 1F | 0 | 2 | 2A | B0 | 12 | 31 |
| Octal | 146 | 224 | 221 | 37 | 0 | 2 | 52 | 260 | 22 | 61 |
| Binary | 1100110 | 10010100 | 10010001 | 11111 | 0 | 10 | 101010 | 10110000 | 10010 | 110001 |
Color Harmonies of #669491
Complementary color
Monochromatic Colors of #669491
Black with #669491
Text Example
Text Example
White with #669491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669491; }
p { color: rgb(102,148,145); }
H1.HeaderClassName
{
color: #669491;
}
.AnyTagClassName
{
color: #669491;
}
</style>
background-color css
<style>
a { background-color: #669491; }
a { background-color: rgb(102,148,145); }
div.DivClassName
{
background-color: #669491;
}
.BgClassName
{
background-color: #669491;
}
</style>
border-color css
<style>
span { border-color: #669491; }
span { border-color: rgb(102,148,145); }
td.TdClassName
{
border-color: #669491;
}
.TagClassName
{
border-color: #669491;
}
</style>