Shades of Juniper #739B94
Tints of Juniper #739B94
RGB
CMYK
RGB Variations
Color information
#739B94 (or 0x739B94) is known color: Juniper. HEX triplet: 73, 9B and 94. RGB value is (115,155,148). Sum of RGB (Red+Green+Blue) = 115+155+148=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #739B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B94 is #8C646B. Grayscale: #8E8E8E. Windows color (decimal): -9200748 or 9739123. OLE color: 9739123.
HSL color Cylindrical-coordinate representation of color #739B94: hue angle of 169.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739B94 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 155 | 148 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.39 |
| HSL | 169.5º | 0.17% | 0.53% | - |
| HSV(B) | 169.5º | 0.26% | 0.61% | - |
| XYZ | 24.14 | 29.23 | 32.39 | - |
| YUV | 142.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 148 | 0.26 | 0 | 0.05 | 0.39 | 169.5 | 0.17 | 0.53 |
| Hex | 73 | 9B | 94 | 1A | 0 | 5 | 27 | AA | 11 | 35 |
| Octal | 163 | 233 | 224 | 32 | 0 | 5 | 47 | 252 | 21 | 65 |
| Binary | 1110011 | 10011011 | 10010100 | 11010 | 0 | 101 | 100111 | 10101010 | 10001 | 110101 |
Color Harmonies of #739B94
Complementary color
Monochromatic Colors of #739B94
Black with #739B94
Text Example
Text Example
White with #739B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739B94; }
p { color: rgb(115,155,148); }
H1.HeaderClassName
{
color: #739B94;
}
.AnyTagClassName
{
color: #739B94;
}
</style>
background-color css
<style>
a { background-color: #739B94; }
a { background-color: rgb(115,155,148); }
div.DivClassName
{
background-color: #739B94;
}
.BgClassName
{
background-color: #739B94;
}
</style>
border-color css
<style>
span { border-color: #739B94; }
span { border-color: rgb(115,155,148); }
td.TdClassName
{
border-color: #739B94;
}
.TagClassName
{
border-color: #739B94;
}
</style>