Shades of Juniper #7C908E
Tints of Juniper #7C908E
RGB
CMYK
RGB Variations
Color information
#7C908E (or 0x7C908E) is known color: Juniper. HEX triplet: 7C, 90 and 8E. RGB value is (124,144,142). Sum of RGB (Red+Green+Blue) = 124+144+142=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #7C908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C908E is #836F71. Grayscale: #898989. Windows color (decimal): -8613746 or 9343100. OLE color: 9343100.
HSL color Cylindrical-coordinate representation of color #7C908E: hue angle of 174º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C908E is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 142 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.44 |
| HSL | 174º | 0.08% | 0.53% | - |
| HSV(B) | 174º | 0.14% | 0.56% | - |
| XYZ | 23.17 | 26.18 | 29.42 | - |
| YUV | 137.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 142 | 0.14 | 0 | 0.01 | 0.44 | 174 | 0.08 | 0.53 |
| Hex | 7C | 90 | 8E | E | 0 | 1 | 2C | AE | 8 | 35 |
| Octal | 174 | 220 | 216 | 16 | 0 | 1 | 54 | 256 | 10 | 65 |
| Binary | 1111100 | 10010000 | 10001110 | 1110 | 0 | 1 | 101100 | 10101110 | 1000 | 110101 |
Color Harmonies of #7C908E
Complementary color
Monochromatic Colors of #7C908E
Black with #7C908E
Text Example
Text Example
White with #7C908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C908E; }
p { color: rgb(124,144,142); }
H1.HeaderClassName
{
color: #7C908E;
}
.AnyTagClassName
{
color: #7C908E;
}
</style>
background-color css
<style>
a { background-color: #7C908E; }
a { background-color: rgb(124,144,142); }
div.DivClassName
{
background-color: #7C908E;
}
.BgClassName
{
background-color: #7C908E;
}
</style>
border-color css
<style>
span { border-color: #7C908E; }
span { border-color: rgb(124,144,142); }
td.TdClassName
{
border-color: #7C908E;
}
.TagClassName
{
border-color: #7C908E;
}
</style>