Shades of Juniper #739F9C
Tints of Juniper #739F9C
RGB
CMYK
RGB Variations
Color information
#739F9C (or 0x739F9C) is known color: Juniper. HEX triplet: 73, 9F and 9C. RGB value is (115,159,156). Sum of RGB (Red+Green+Blue) = 115+159+156=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #739F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739F9C is #8C6063. Grayscale: #919191. Windows color (decimal): -9199716 or 10264435. OLE color: 10264435.
HSL color Cylindrical-coordinate representation of color #739F9C: hue angle of 175.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739F9C is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 156 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.38 |
| HSL | 175.91º | 0.19% | 0.54% | - |
| HSV(B) | 175.91º | 0.28% | 0.62% | - |
| XYZ | 25.47 | 30.84 | 36.06 | - |
| YUV | 145.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 156 | 0.28 | 0 | 0.02 | 0.38 | 175.91 | 0.19 | 0.54 |
| Hex | 73 | 9F | 9C | 1C | 0 | 2 | 26 | B0 | 13 | 36 |
| Octal | 163 | 237 | 234 | 34 | 0 | 2 | 46 | 260 | 23 | 66 |
| Binary | 1110011 | 10011111 | 10011100 | 11100 | 0 | 10 | 100110 | 10110000 | 10011 | 110110 |
Color Harmonies of #739F9C
Complementary color
Monochromatic Colors of #739F9C
Black with #739F9C
Text Example
Text Example
White with #739F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F9C; }
p { color: rgb(115,159,156); }
H1.HeaderClassName
{
color: #739F9C;
}
.AnyTagClassName
{
color: #739F9C;
}
</style>
background-color css
<style>
a { background-color: #739F9C; }
a { background-color: rgb(115,159,156); }
div.DivClassName
{
background-color: #739F9C;
}
.BgClassName
{
background-color: #739F9C;
}
</style>
border-color css
<style>
span { border-color: #739F9C; }
span { border-color: rgb(115,159,156); }
td.TdClassName
{
border-color: #739F9C;
}
.TagClassName
{
border-color: #739F9C;
}
</style>