Shades of Juniper #699595
Tints of Juniper #699595
RGB
CMYK
RGB Variations
Color information
#699595 (or 0x699595) is known color: Juniper. HEX triplet: 69, 95 and 95. RGB value is (105,149,149). Sum of RGB (Red+Green+Blue) = 105+149+149=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #699595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699595 is #966A6A. Grayscale: #878787. Windows color (decimal): -9857643 or 9803113. OLE color: 9803113.
HSL color Cylindrical-coordinate representation of color #699595: hue angle of 180º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699595 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 149 | - |
| CMYK | 0.30 | 0 | 0 | 0.42 |
| HSL | 180º | 0.17% | 0.5% | - |
| HSV(B) | 180º | 0.3% | 0.58% | - |
| XYZ | 22 | 26.67 | 32.42 | - |
| YUV | 135.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 149 | 0.30 | 0 | 0 | 0.42 | 180 | 0.17 | 0.5 |
| Hex | 69 | 95 | 95 | 1E | 0 | 0 | 2A | B4 | 11 | 32 |
| Octal | 151 | 225 | 225 | 36 | 0 | 0 | 52 | 264 | 21 | 62 |
| Binary | 1101001 | 10010101 | 10010101 | 11110 | 0 | 0 | 101010 | 10110100 | 10001 | 110010 |
Color Harmonies of #699595
Complementary color
Monochromatic Colors of #699595
Black with #699595
Text Example
Text Example
White with #699595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699595; }
p { color: rgb(105,149,149); }
H1.HeaderClassName
{
color: #699595;
}
.AnyTagClassName
{
color: #699595;
}
</style>
background-color css
<style>
a { background-color: #699595; }
a { background-color: rgb(105,149,149); }
div.DivClassName
{
background-color: #699595;
}
.BgClassName
{
background-color: #699595;
}
</style>
border-color css
<style>
span { border-color: #699595; }
span { border-color: rgb(105,149,149); }
td.TdClassName
{
border-color: #699595;
}
.TagClassName
{
border-color: #699595;
}
</style>