Shades of Juniper #629691
Tints of Juniper #629691
RGB
CMYK
RGB Variations
Color information
#629691 (or 0x629691) is known color: Juniper. HEX triplet: 62, 96 and 91. RGB value is (98,150,145). Sum of RGB (Red+Green+Blue) = 98+150+145=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #629691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629691 is #9D696E. Grayscale: #858585. Windows color (decimal): -10316143 or 9541218. OLE color: 9541218.
HSL color Cylindrical-coordinate representation of color #629691: hue angle of 174.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629691 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 150 | 145 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.41 |
| HSL | 174.23º | 0.21% | 0.49% | - |
| HSV(B) | 174.23º | 0.35% | 0.59% | - |
| XYZ | 21.05 | 26.45 | 30.78 | - |
| YUV | 133.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 150 | 145 | 0.35 | 0 | 0.03 | 0.41 | 174.23 | 0.21 | 0.49 |
| Hex | 62 | 96 | 91 | 23 | 0 | 3 | 29 | AE | 15 | 31 |
| Octal | 142 | 226 | 221 | 43 | 0 | 3 | 51 | 256 | 25 | 61 |
| Binary | 1100010 | 10010110 | 10010001 | 100011 | 0 | 11 | 101001 | 10101110 | 10101 | 110001 |
Color Harmonies of #629691
Complementary color
Monochromatic Colors of #629691
Black with #629691
Text Example
Text Example
White with #629691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629691; }
p { color: rgb(98,150,145); }
H1.HeaderClassName
{
color: #629691;
}
.AnyTagClassName
{
color: #629691;
}
</style>
background-color css
<style>
a { background-color: #629691; }
a { background-color: rgb(98,150,145); }
div.DivClassName
{
background-color: #629691;
}
.BgClassName
{
background-color: #629691;
}
</style>
border-color css
<style>
span { border-color: #629691; }
span { border-color: rgb(98,150,145); }
td.TdClassName
{
border-color: #629691;
}
.TagClassName
{
border-color: #629691;
}
</style>