Shades of Juniper #678C8C
Tints of Juniper #678C8C
RGB
CMYK
RGB Variations
Color information
#678C8C (or 0x678C8C) is known color: Juniper. HEX triplet: 67, 8C and 8C. RGB value is (103,140,140). Sum of RGB (Red+Green+Blue) = 103+140+140=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #678C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C8C is #987373. Grayscale: #808080. Windows color (decimal): -9991028 or 9210983. OLE color: 9210983.
HSL color Cylindrical-coordinate representation of color #678C8C: hue angle of 180º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678C8C is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 140 | 140 | - |
| CMYK | 0.26 | 0 | 0 | 0.45 |
| HSL | 180º | 0.15% | 0.48% | - |
| HSV(B) | 180º | 0.26% | 0.55% | - |
| XYZ | 19.71 | 23.53 | 28.31 | - |
| YUV | 128.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 140 | 0.26 | 0 | 0 | 0.45 | 180 | 0.15 | 0.48 |
| Hex | 67 | 8C | 8C | 1A | 0 | 0 | 2D | B4 | F | 30 |
| Octal | 147 | 214 | 214 | 32 | 0 | 0 | 55 | 264 | 17 | 60 |
| Binary | 1100111 | 10001100 | 10001100 | 11010 | 0 | 0 | 101101 | 10110100 | 1111 | 110000 |
Color Harmonies of #678C8C
Complementary color
Monochromatic Colors of #678C8C
Black with #678C8C
Text Example
Text Example
White with #678C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678C8C; }
p { color: rgb(103,140,140); }
H1.HeaderClassName
{
color: #678C8C;
}
.AnyTagClassName
{
color: #678C8C;
}
</style>
background-color css
<style>
a { background-color: #678C8C; }
a { background-color: rgb(103,140,140); }
div.DivClassName
{
background-color: #678C8C;
}
.BgClassName
{
background-color: #678C8C;
}
</style>
border-color css
<style>
span { border-color: #678C8C; }
span { border-color: rgb(103,140,140); }
td.TdClassName
{
border-color: #678C8C;
}
.TagClassName
{
border-color: #678C8C;
}
</style>