Shades of Juniper #669393
Tints of Juniper #669393
RGB
CMYK
RGB Variations
Color information
#669393 (or 0x669393) is known color: Juniper. HEX triplet: 66, 93 and 93. RGB value is (102,147,147). Sum of RGB (Red+Green+Blue) = 102+147+147=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #669393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669393 is #996C6C. Grayscale: #858585. Windows color (decimal): -10054765 or 9671526. OLE color: 9671526.
HSL color Cylindrical-coordinate representation of color #669393: hue angle of 180º 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 #669393 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 147 | - |
| CMYK | 0.31 | 0 | 0 | 0.42 |
| HSL | 180º | 0.18% | 0.49% | - |
| HSV(B) | 180º | 0.31% | 0.58% | - |
| XYZ | 21.18 | 25.8 | 31.47 | - |
| YUV | 133.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 147 | 0.31 | 0 | 0 | 0.42 | 180 | 0.18 | 0.49 |
| Hex | 66 | 93 | 93 | 1F | 0 | 0 | 2A | B4 | 12 | 31 |
| Octal | 146 | 223 | 223 | 37 | 0 | 0 | 52 | 264 | 22 | 61 |
| Binary | 1100110 | 10010011 | 10010011 | 11111 | 0 | 0 | 101010 | 10110100 | 10010 | 110001 |
Color Harmonies of #669393
Complementary color
Monochromatic Colors of #669393
Black with #669393
Text Example
Text Example
White with #669393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669393; }
p { color: rgb(102,147,147); }
H1.HeaderClassName
{
color: #669393;
}
.AnyTagClassName
{
color: #669393;
}
</style>
background-color css
<style>
a { background-color: #669393; }
a { background-color: rgb(102,147,147); }
div.DivClassName
{
background-color: #669393;
}
.BgClassName
{
background-color: #669393;
}
</style>
border-color css
<style>
span { border-color: #669393; }
span { border-color: rgb(102,147,147); }
td.TdClassName
{
border-color: #669393;
}
.TagClassName
{
border-color: #669393;
}
</style>