Shades of Juniper #7B9F9A
Tints of Juniper #7B9F9A
RGB
CMYK
RGB Variations
Color information
#7B9F9A (or 0x7B9F9A) is known color: Juniper. HEX triplet: 7B, 9F and 9A. RGB value is (123,159,154). Sum of RGB (Red+Green+Blue) = 123+159+154=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9F9A is #846065. Grayscale: #939393. Windows color (decimal): -8675430 or 10133371. OLE color: 10133371.
HSL color Cylindrical-coordinate representation of color #7B9F9A: hue angle of 171.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B9F9A is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 159 | 154 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.38 |
| HSL | 171.67º | 0.16% | 0.55% | - |
| HSV(B) | 171.67º | 0.23% | 0.62% | - |
| XYZ | 26.4 | 31.34 | 35.23 | - |
| YUV | 147.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 154 | 0.23 | 0 | 0.03 | 0.38 | 171.67 | 0.16 | 0.55 |
| Hex | 7B | 9F | 9A | 17 | 0 | 3 | 26 | AC | 10 | 37 |
| Octal | 173 | 237 | 232 | 27 | 0 | 3 | 46 | 254 | 20 | 67 |
| Binary | 1111011 | 10011111 | 10011010 | 10111 | 0 | 11 | 100110 | 10101100 | 10000 | 110111 |
Color Harmonies of #7B9F9A
Complementary color
Monochromatic Colors of #7B9F9A
Black with #7B9F9A
Text Example
Text Example
White with #7B9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9F9A; }
p { color: rgb(123,159,154); }
H1.HeaderClassName
{
color: #7B9F9A;
}
.AnyTagClassName
{
color: #7B9F9A;
}
</style>
background-color css
<style>
a { background-color: #7B9F9A; }
a { background-color: rgb(123,159,154); }
div.DivClassName
{
background-color: #7B9F9A;
}
.BgClassName
{
background-color: #7B9F9A;
}
</style>
border-color css
<style>
span { border-color: #7B9F9A; }
span { border-color: rgb(123,159,154); }
td.TdClassName
{
border-color: #7B9F9A;
}
.TagClassName
{
border-color: #7B9F9A;
}
</style>