Shades of Juniper #7C928E
Tints of Juniper #7C928E
RGB
CMYK
RGB Variations
Color information
#7C928E (or 0x7C928E) is known color: Juniper. HEX triplet: 7C, 92 and 8E. RGB value is (124,146,142). Sum of RGB (Red+Green+Blue) = 124+146+142=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #7C928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C928E is #836D71. Grayscale: #8A8A8A. Windows color (decimal): -8613234 or 9343612. OLE color: 9343612.
HSL color Cylindrical-coordinate representation of color #7C928E: hue angle of 169.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C928E is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 142 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.43 |
| HSL | 169.09º | 0.09% | 0.53% | - |
| HSV(B) | 169.09º | 0.15% | 0.57% | - |
| XYZ | 23.47 | 26.8 | 29.53 | - |
| YUV | 138.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 142 | 0.15 | 0 | 0.03 | 0.43 | 169.09 | 0.09 | 0.53 |
| Hex | 7C | 92 | 8E | F | 0 | 3 | 2B | A9 | 9 | 35 |
| Octal | 174 | 222 | 216 | 17 | 0 | 3 | 53 | 251 | 11 | 65 |
| Binary | 1111100 | 10010010 | 10001110 | 1111 | 0 | 11 | 101011 | 10101001 | 1001 | 110101 |
Color Harmonies of #7C928E
Complementary color
Monochromatic Colors of #7C928E
Black with #7C928E
Text Example
Text Example
White with #7C928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C928E; }
p { color: rgb(124,146,142); }
H1.HeaderClassName
{
color: #7C928E;
}
.AnyTagClassName
{
color: #7C928E;
}
</style>
background-color css
<style>
a { background-color: #7C928E; }
a { background-color: rgb(124,146,142); }
div.DivClassName
{
background-color: #7C928E;
}
.BgClassName
{
background-color: #7C928E;
}
</style>
border-color css
<style>
span { border-color: #7C928E; }
span { border-color: rgb(124,146,142); }
td.TdClassName
{
border-color: #7C928E;
}
.TagClassName
{
border-color: #7C928E;
}
</style>