Shades of Juniper #679694
Tints of Juniper #679694
RGB
CMYK
RGB Variations
Color information
#679694 (or 0x679694) is known color: Juniper. HEX triplet: 67, 96 and 94. RGB value is (103,150,148). Sum of RGB (Red+Green+Blue) = 103+150+148=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #679694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679694 is #98696B. Grayscale: #878787. Windows color (decimal): -9988460 or 9737831. OLE color: 9737831.
HSL color Cylindrical-coordinate representation of color #679694: hue angle of 177.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679694 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 148 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.41 |
| HSL | 177.45º | 0.19% | 0.5% | - |
| HSV(B) | 177.45º | 0.31% | 0.59% | - |
| XYZ | 21.85 | 26.83 | 32.05 | - |
| YUV | 135.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 148 | 0.31 | 0 | 0.01 | 0.41 | 177.45 | 0.19 | 0.5 |
| Hex | 67 | 96 | 94 | 1F | 0 | 1 | 29 | B1 | 13 | 32 |
| Octal | 147 | 226 | 224 | 37 | 0 | 1 | 51 | 261 | 23 | 62 |
| Binary | 1100111 | 10010110 | 10010100 | 11111 | 0 | 1 | 101001 | 10110001 | 10011 | 110010 |
Color Harmonies of #679694
Complementary color
Monochromatic Colors of #679694
Black with #679694
Text Example
Text Example
White with #679694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679694; }
p { color: rgb(103,150,148); }
H1.HeaderClassName
{
color: #679694;
}
.AnyTagClassName
{
color: #679694;
}
</style>
background-color css
<style>
a { background-color: #679694; }
a { background-color: rgb(103,150,148); }
div.DivClassName
{
background-color: #679694;
}
.BgClassName
{
background-color: #679694;
}
</style>
border-color css
<style>
span { border-color: #679694; }
span { border-color: rgb(103,150,148); }
td.TdClassName
{
border-color: #679694;
}
.TagClassName
{
border-color: #679694;
}
</style>