Shades of Juniper #7B9C99
Tints of Juniper #7B9C99
RGB
CMYK
RGB Variations
Color information
#7B9C99 (or 0x7B9C99) is known color: Juniper. HEX triplet: 7B, 9C and 99. RGB value is (123,156,153). Sum of RGB (Red+Green+Blue) = 123+156+153=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9C99 is #846366. Grayscale: #919191. Windows color (decimal): -8676199 or 10067067. OLE color: 10067067.
HSL color Cylindrical-coordinate representation of color #7B9C99: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B9C99 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 156 | 153 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.39 |
| HSL | 174.55º | 0.14% | 0.55% | - |
| HSV(B) | 174.55º | 0.21% | 0.61% | - |
| XYZ | 25.81 | 30.29 | 34.62 | - |
| YUV | 145.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 153 | 0.21 | 0 | 0.02 | 0.39 | 174.55 | 0.14 | 0.55 |
| Hex | 7B | 9C | 99 | 15 | 0 | 2 | 27 | AF | E | 37 |
| Octal | 173 | 234 | 231 | 25 | 0 | 2 | 47 | 257 | 16 | 67 |
| Binary | 1111011 | 10011100 | 10011001 | 10101 | 0 | 10 | 100111 | 10101111 | 1110 | 110111 |
Color Harmonies of #7B9C99
Complementary color
Monochromatic Colors of #7B9C99
Black with #7B9C99
Text Example
Text Example
White with #7B9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9C99; }
p { color: rgb(123,156,153); }
H1.HeaderClassName
{
color: #7B9C99;
}
.AnyTagClassName
{
color: #7B9C99;
}
</style>
background-color css
<style>
a { background-color: #7B9C99; }
a { background-color: rgb(123,156,153); }
div.DivClassName
{
background-color: #7B9C99;
}
.BgClassName
{
background-color: #7B9C99;
}
</style>
border-color css
<style>
span { border-color: #7B9C99; }
span { border-color: rgb(123,156,153); }
td.TdClassName
{
border-color: #7B9C99;
}
.TagClassName
{
border-color: #7B9C99;
}
</style>