Shades of Juniper #709594
Tints of Juniper #709594
RGB
CMYK
RGB Variations
Color information
#709594 (or 0x709594) is known color: Juniper. HEX triplet: 70, 95 and 94. RGB value is (112,149,148). Sum of RGB (Red+Green+Blue) = 112+149+148=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #709594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709594 is #8F6A6B. Grayscale: #898989. Windows color (decimal): -9398892 or 9737584. OLE color: 9737584.
HSL color Cylindrical-coordinate representation of color #709594: hue angle of 178.38º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709594 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 148 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.42 |
| HSL | 178.38º | 0.15% | 0.51% | - |
| HSV(B) | 178.38º | 0.25% | 0.58% | - |
| XYZ | 22.77 | 27.08 | 32.04 | - |
| YUV | 137.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 148 | 0.25 | 0 | 0.01 | 0.42 | 178.38 | 0.15 | 0.51 |
| Hex | 70 | 95 | 94 | 19 | 0 | 1 | 2A | B2 | F | 33 |
| Octal | 160 | 225 | 224 | 31 | 0 | 1 | 52 | 262 | 17 | 63 |
| Binary | 1110000 | 10010101 | 10010100 | 11001 | 0 | 1 | 101010 | 10110010 | 1111 | 110011 |
Color Harmonies of #709594
Complementary color
Monochromatic Colors of #709594
Black with #709594
Text Example
Text Example
White with #709594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709594; }
p { color: rgb(112,149,148); }
H1.HeaderClassName
{
color: #709594;
}
.AnyTagClassName
{
color: #709594;
}
</style>
background-color css
<style>
a { background-color: #709594; }
a { background-color: rgb(112,149,148); }
div.DivClassName
{
background-color: #709594;
}
.BgClassName
{
background-color: #709594;
}
</style>
border-color css
<style>
span { border-color: #709594; }
span { border-color: rgb(112,149,148); }
td.TdClassName
{
border-color: #709594;
}
.TagClassName
{
border-color: #709594;
}
</style>