Shades of Juniper #7B908C
Tints of Juniper #7B908C
RGB
CMYK
RGB Variations
Color information
#7B908C (or 0x7B908C) is known color: Juniper. HEX triplet: 7B, 90 and 8C. RGB value is (123,144,140). Sum of RGB (Red+Green+Blue) = 123+144+140=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #7B908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B908C is #846F73. Grayscale: #898989. Windows color (decimal): -8679284 or 9212027. OLE color: 9212027.
HSL color Cylindrical-coordinate representation of color #7B908C: hue angle of 168.57º 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 #7B908C is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 140 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.44 |
| HSL | 168.57º | 0.09% | 0.52% | - |
| HSV(B) | 168.57º | 0.15% | 0.56% | - |
| XYZ | 22.88 | 26.05 | 28.63 | - |
| YUV | 137.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 140 | 0.15 | 0 | 0.03 | 0.44 | 168.57 | 0.09 | 0.52 |
| Hex | 7B | 90 | 8C | F | 0 | 3 | 2C | A9 | 9 | 34 |
| Octal | 173 | 220 | 214 | 17 | 0 | 3 | 54 | 251 | 11 | 64 |
| Binary | 1111011 | 10010000 | 10001100 | 1111 | 0 | 11 | 101100 | 10101001 | 1001 | 110100 |
Color Harmonies of #7B908C
Complementary color
Monochromatic Colors of #7B908C
Black with #7B908C
Text Example
Text Example
White with #7B908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B908C; }
p { color: rgb(123,144,140); }
H1.HeaderClassName
{
color: #7B908C;
}
.AnyTagClassName
{
color: #7B908C;
}
</style>
background-color css
<style>
a { background-color: #7B908C; }
a { background-color: rgb(123,144,140); }
div.DivClassName
{
background-color: #7B908C;
}
.BgClassName
{
background-color: #7B908C;
}
</style>
border-color css
<style>
span { border-color: #7B908C; }
span { border-color: rgb(123,144,140); }
td.TdClassName
{
border-color: #7B908C;
}
.TagClassName
{
border-color: #7B908C;
}
</style>