Shades of Juniper #7B9E9A
Tints of Juniper #7B9E9A
RGB
CMYK
RGB Variations
Color information
#7B9E9A (or 0x7B9E9A) is known color: Juniper. HEX triplet: 7B, 9E and 9A. RGB value is (123,158,154). Sum of RGB (Red+Green+Blue) = 123+158+154=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9E9A is #846165. Grayscale: #939393. Windows color (decimal): -8675686 or 10133115. OLE color: 10133115.
HSL color Cylindrical-coordinate representation of color #7B9E9A: hue angle of 173.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9E9A is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 154 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.38 |
| HSL | 173.14º | 0.15% | 0.55% | - |
| HSV(B) | 173.14º | 0.22% | 0.62% | - |
| XYZ | 26.23 | 31 | 35.17 | - |
| YUV | 147.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 154 | 0.22 | 0 | 0.03 | 0.38 | 173.14 | 0.15 | 0.55 |
| Hex | 7B | 9E | 9A | 16 | 0 | 3 | 26 | AD | F | 37 |
| Octal | 173 | 236 | 232 | 26 | 0 | 3 | 46 | 255 | 17 | 67 |
| Binary | 1111011 | 10011110 | 10011010 | 10110 | 0 | 11 | 100110 | 10101101 | 1111 | 110111 |
Color Harmonies of #7B9E9A
Complementary color
Monochromatic Colors of #7B9E9A
Black with #7B9E9A
Text Example
Text Example
White with #7B9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E9A; }
p { color: rgb(123,158,154); }
H1.HeaderClassName
{
color: #7B9E9A;
}
.AnyTagClassName
{
color: #7B9E9A;
}
</style>
background-color css
<style>
a { background-color: #7B9E9A; }
a { background-color: rgb(123,158,154); }
div.DivClassName
{
background-color: #7B9E9A;
}
.BgClassName
{
background-color: #7B9E9A;
}
</style>
border-color css
<style>
span { border-color: #7B9E9A; }
span { border-color: rgb(123,158,154); }
td.TdClassName
{
border-color: #7B9E9A;
}
.TagClassName
{
border-color: #7B9E9A;
}
</style>