Shades of Juniper #669391
Tints of Juniper #669391
RGB
CMYK
RGB Variations
Color information
#669391 (or 0x669391) is known color: Juniper. HEX triplet: 66, 93 and 91. RGB value is (102,147,145). Sum of RGB (Red+Green+Blue) = 102+147+145=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #669391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669391 is #996C6E. Grayscale: #858585. Windows color (decimal): -10054767 or 9540454. OLE color: 9540454.
HSL color Cylindrical-coordinate representation of color #669391: hue angle of 177.33º 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 #669391 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 145 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.42 |
| HSL | 177.33º | 0.18% | 0.49% | - |
| HSV(B) | 177.33º | 0.31% | 0.58% | - |
| XYZ | 21.02 | 25.74 | 30.65 | - |
| YUV | 133.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 145 | 0.31 | 0 | 0.01 | 0.42 | 177.33 | 0.18 | 0.49 |
| Hex | 66 | 93 | 91 | 1F | 0 | 1 | 2A | B1 | 12 | 31 |
| Octal | 146 | 223 | 221 | 37 | 0 | 1 | 52 | 261 | 22 | 61 |
| Binary | 1100110 | 10010011 | 10010001 | 11111 | 0 | 1 | 101010 | 10110001 | 10010 | 110001 |
Color Harmonies of #669391
Complementary color
Monochromatic Colors of #669391
Black with #669391
Text Example
Text Example
White with #669391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669391; }
p { color: rgb(102,147,145); }
H1.HeaderClassName
{
color: #669391;
}
.AnyTagClassName
{
color: #669391;
}
</style>
background-color css
<style>
a { background-color: #669391; }
a { background-color: rgb(102,147,145); }
div.DivClassName
{
background-color: #669391;
}
.BgClassName
{
background-color: #669391;
}
</style>
border-color css
<style>
span { border-color: #669391; }
span { border-color: rgb(102,147,145); }
td.TdClassName
{
border-color: #669391;
}
.TagClassName
{
border-color: #669391;
}
</style>