Shades of Juniper #679D95
Tints of Juniper #679D95
RGB
CMYK
RGB Variations
Color information
#679D95 (or 0x679D95) is known color: Juniper. HEX triplet: 67, 9D and 95. RGB value is (103,157,149). Sum of RGB (Red+Green+Blue) = 103+157+149=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #679D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679D95 is #98626A. Grayscale: #8B8B8B. Windows color (decimal): -9986667 or 9805159. OLE color: 9805159.
HSL color Cylindrical-coordinate representation of color #679D95: hue angle of 171.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679D95 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 149 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.38 |
| HSL | 171.11º | 0.22% | 0.51% | - |
| HSV(B) | 171.11º | 0.34% | 0.62% | - |
| XYZ | 23.08 | 29.17 | 32.85 | - |
| YUV | 139.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 149 | 0.34 | 0 | 0.05 | 0.38 | 171.11 | 0.22 | 0.51 |
| Hex | 67 | 9D | 95 | 22 | 0 | 5 | 26 | AB | 16 | 33 |
| Octal | 147 | 235 | 225 | 42 | 0 | 5 | 46 | 253 | 26 | 63 |
| Binary | 1100111 | 10011101 | 10010101 | 100010 | 0 | 101 | 100110 | 10101011 | 10110 | 110011 |
Color Harmonies of #679D95
Complementary color
Monochromatic Colors of #679D95
Black with #679D95
Text Example
Text Example
White with #679D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D95; }
p { color: rgb(103,157,149); }
H1.HeaderClassName
{
color: #679D95;
}
.AnyTagClassName
{
color: #679D95;
}
</style>
background-color css
<style>
a { background-color: #679D95; }
a { background-color: rgb(103,157,149); }
div.DivClassName
{
background-color: #679D95;
}
.BgClassName
{
background-color: #679D95;
}
</style>
border-color css
<style>
span { border-color: #679D95; }
span { border-color: rgb(103,157,149); }
td.TdClassName
{
border-color: #679D95;
}
.TagClassName
{
border-color: #679D95;
}
</style>