Shades of Juniper #7C9893
Tints of Juniper #7C9893
RGB
CMYK
RGB Variations
Color information
#7C9893 (or 0x7C9893) is known color: Juniper. HEX triplet: 7C, 98 and 93. RGB value is (124,152,147). Sum of RGB (Red+Green+Blue) = 124+152+147=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9893 is #83676C. Grayscale: #8F8F8F. Windows color (decimal): -8611693 or 9672828. OLE color: 9672828.
HSL color Cylindrical-coordinate representation of color #7C9893: hue angle of 169.29º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C9893 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 147 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.40 |
| HSL | 169.29º | 0.12% | 0.54% | - |
| HSV(B) | 169.29º | 0.18% | 0.6% | - |
| XYZ | 24.81 | 28.85 | 31.86 | - |
| YUV | 143.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 147 | 0.18 | 0 | 0.03 | 0.40 | 169.29 | 0.12 | 0.54 |
| Hex | 7C | 98 | 93 | 12 | 0 | 3 | 28 | A9 | C | 36 |
| Octal | 174 | 230 | 223 | 22 | 0 | 3 | 50 | 251 | 14 | 66 |
| Binary | 1111100 | 10011000 | 10010011 | 10010 | 0 | 11 | 101000 | 10101001 | 1100 | 110110 |
Color Harmonies of #7C9893
Complementary color
Monochromatic Colors of #7C9893
Black with #7C9893
Text Example
Text Example
White with #7C9893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9893; }
p { color: rgb(124,152,147); }
H1.HeaderClassName
{
color: #7C9893;
}
.AnyTagClassName
{
color: #7C9893;
}
</style>
background-color css
<style>
a { background-color: #7C9893; }
a { background-color: rgb(124,152,147); }
div.DivClassName
{
background-color: #7C9893;
}
.BgClassName
{
background-color: #7C9893;
}
</style>
border-color css
<style>
span { border-color: #7C9893; }
span { border-color: rgb(124,152,147); }
td.TdClassName
{
border-color: #7C9893;
}
.TagClassName
{
border-color: #7C9893;
}
</style>