Shades of Juniper #7B9090
Tints of Juniper #7B9090
RGB
CMYK
RGB Variations
Color information
#7B9090 (or 0x7B9090) is known color: Juniper. HEX triplet: 7B, 90 and 90. RGB value is (123,144,144). Sum of RGB (Red+Green+Blue) = 123+144+144=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #7B9090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9090 is #846F6F. Grayscale: #898989. Windows color (decimal): -8679280 or 9474171. OLE color: 9474171.
HSL color Cylindrical-coordinate representation of color #7B9090: hue angle of 180º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B9090 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 144 | - |
| CMYK | 0.15 | 0 | 0 | 0.44 |
| HSL | 180º | 0.09% | 0.52% | - |
| HSV(B) | 180º | 0.15% | 0.56% | - |
| XYZ | 23.18 | 26.17 | 30.22 | - |
| YUV | 137.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 144 | 0.15 | 0 | 0 | 0.44 | 180 | 0.09 | 0.52 |
| Hex | 7B | 90 | 90 | F | 0 | 0 | 2C | B4 | 9 | 34 |
| Octal | 173 | 220 | 220 | 17 | 0 | 0 | 54 | 264 | 11 | 64 |
| Binary | 1111011 | 10010000 | 10010000 | 1111 | 0 | 0 | 101100 | 10110100 | 1001 | 110100 |
Color Harmonies of #7B9090
Complementary color
Monochromatic Colors of #7B9090
Black with #7B9090
Text Example
Text Example
White with #7B9090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9090; }
p { color: rgb(123,144,144); }
H1.HeaderClassName
{
color: #7B9090;
}
.AnyTagClassName
{
color: #7B9090;
}
</style>
background-color css
<style>
a { background-color: #7B9090; }
a { background-color: rgb(123,144,144); }
div.DivClassName
{
background-color: #7B9090;
}
.BgClassName
{
background-color: #7B9090;
}
</style>
border-color css
<style>
span { border-color: #7B9090; }
span { border-color: rgb(123,144,144); }
td.TdClassName
{
border-color: #7B9090;
}
.TagClassName
{
border-color: #7B9090;
}
</style>