Shades of Juniper #68918E
Tints of Juniper #68918E
RGB
CMYK
RGB Variations
Color information
#68918E (or 0x68918E) is known color: Juniper. HEX triplet: 68, 91 and 8E. RGB value is (104,145,142). Sum of RGB (Red+Green+Blue) = 104+145+142=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #68918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68918E is #976E71. Grayscale: #848484. Windows color (decimal): -9924210 or 9343336. OLE color: 9343336.
HSL color Cylindrical-coordinate representation of color #68918E: hue angle of 175.61º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68918E is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 142 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.43 |
| HSL | 175.61º | 0.16% | 0.49% | - |
| HSV(B) | 175.61º | 0.28% | 0.57% | - |
| XYZ | 20.72 | 25.15 | 29.35 | - |
| YUV | 132.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 142 | 0.28 | 0 | 0.02 | 0.43 | 175.61 | 0.16 | 0.49 |
| Hex | 68 | 91 | 8E | 1C | 0 | 2 | 2B | B0 | 10 | 31 |
| Octal | 150 | 221 | 216 | 34 | 0 | 2 | 53 | 260 | 20 | 61 |
| Binary | 1101000 | 10010001 | 10001110 | 11100 | 0 | 10 | 101011 | 10110000 | 10000 | 110001 |
Color Harmonies of #68918E
Complementary color
Monochromatic Colors of #68918E
Black with #68918E
Text Example
Text Example
White with #68918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68918E; }
p { color: rgb(104,145,142); }
H1.HeaderClassName
{
color: #68918E;
}
.AnyTagClassName
{
color: #68918E;
}
</style>
background-color css
<style>
a { background-color: #68918E; }
a { background-color: rgb(104,145,142); }
div.DivClassName
{
background-color: #68918E;
}
.BgClassName
{
background-color: #68918E;
}
</style>
border-color css
<style>
span { border-color: #68918E; }
span { border-color: rgb(104,145,142); }
td.TdClassName
{
border-color: #68918E;
}
.TagClassName
{
border-color: #68918E;
}
</style>