Shades of Juniper #669D94
Tints of Juniper #669D94
RGB
CMYK
RGB Variations
Color information
#669D94 (or 0x669D94) is known color: Juniper. HEX triplet: 66, 9D and 94. RGB value is (102,157,148). Sum of RGB (Red+Green+Blue) = 102+157+148=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #669D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D94 is #99626B. Grayscale: #8B8B8B. Windows color (decimal): -10052204 or 9739622. OLE color: 9739622.
HSL color Cylindrical-coordinate representation of color #669D94: hue angle of 170.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D94 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 148 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.38 |
| HSL | 170.18º | 0.22% | 0.51% | - |
| HSV(B) | 170.18º | 0.35% | 0.62% | - |
| XYZ | 22.88 | 29.08 | 32.42 | - |
| YUV | 139.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 148 | 0.35 | 0 | 0.06 | 0.38 | 170.18 | 0.22 | 0.51 |
| Hex | 66 | 9D | 94 | 23 | 0 | 6 | 26 | AA | 16 | 33 |
| Octal | 146 | 235 | 224 | 43 | 0 | 6 | 46 | 252 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10010100 | 100011 | 0 | 110 | 100110 | 10101010 | 10110 | 110011 |
Color Harmonies of #669D94
Complementary color
Monochromatic Colors of #669D94
Black with #669D94
Text Example
Text Example
White with #669D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D94; }
p { color: rgb(102,157,148); }
H1.HeaderClassName
{
color: #669D94;
}
.AnyTagClassName
{
color: #669D94;
}
</style>
background-color css
<style>
a { background-color: #669D94; }
a { background-color: rgb(102,157,148); }
div.DivClassName
{
background-color: #669D94;
}
.BgClassName
{
background-color: #669D94;
}
</style>
border-color css
<style>
span { border-color: #669D94; }
span { border-color: rgb(102,157,148); }
td.TdClassName
{
border-color: #669D94;
}
.TagClassName
{
border-color: #669D94;
}
</style>