Shades of Juniper #7B908E
Tints of Juniper #7B908E
RGB
CMYK
RGB Variations
Color information
#7B908E (or 0x7B908E) is known color: Juniper. HEX triplet: 7B, 90 and 8E. RGB value is (123,144,142). Sum of RGB (Red+Green+Blue) = 123+144+142=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #7B908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B908E is #846F71. Grayscale: #898989. Windows color (decimal): -8679282 or 9343099. OLE color: 9343099.
HSL color Cylindrical-coordinate representation of color #7B908E: hue angle of 174.29º 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 #7B908E is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 142 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.44 |
| HSL | 174.29º | 0.09% | 0.52% | - |
| HSV(B) | 174.29º | 0.15% | 0.56% | - |
| XYZ | 23.02 | 26.11 | 29.42 | - |
| YUV | 137.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 142 | 0.15 | 0 | 0.01 | 0.44 | 174.29 | 0.09 | 0.52 |
| Hex | 7B | 90 | 8E | F | 0 | 1 | 2C | AE | 9 | 34 |
| Octal | 173 | 220 | 216 | 17 | 0 | 1 | 54 | 256 | 11 | 64 |
| Binary | 1111011 | 10010000 | 10001110 | 1111 | 0 | 1 | 101100 | 10101110 | 1001 | 110100 |
Color Harmonies of #7B908E
Complementary color
Monochromatic Colors of #7B908E
Black with #7B908E
Text Example
Text Example
White with #7B908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B908E; }
p { color: rgb(123,144,142); }
H1.HeaderClassName
{
color: #7B908E;
}
.AnyTagClassName
{
color: #7B908E;
}
</style>
background-color css
<style>
a { background-color: #7B908E; }
a { background-color: rgb(123,144,142); }
div.DivClassName
{
background-color: #7B908E;
}
.BgClassName
{
background-color: #7B908E;
}
</style>
border-color css
<style>
span { border-color: #7B908E; }
span { border-color: rgb(123,144,142); }
td.TdClassName
{
border-color: #7B908E;
}
.TagClassName
{
border-color: #7B908E;
}
</style>