Shades of Juniper #72999B
Tints of Juniper #72999B
RGB
CMYK
RGB Variations
Color information
#72999B (or 0x72999B) is known color: Juniper. HEX triplet: 72, 99 and 9B. RGB value is (114,153,155). Sum of RGB (Red+Green+Blue) = 114+153+155=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #72999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72999B is #8D6664. Grayscale: #8D8D8D. Windows color (decimal): -9266789 or 10197362. OLE color: 10197362.
HSL color Cylindrical-coordinate representation of color #72999B: hue angle of 182.93º 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 #72999B is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 153 | 155 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.39 |
| HSL | 182.93º | 0.17% | 0.53% | - |
| HSV(B) | 182.93º | 0.26% | 0.61% | - |
| XYZ | 24.25 | 28.73 | 35.28 | - |
| YUV | 141.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 155 | 0.26 | 0.01 | 0 | 0.39 | 182.93 | 0.17 | 0.53 |
| Hex | 72 | 99 | 9B | 1A | 1 | 0 | 27 | B7 | 11 | 35 |
| Octal | 162 | 231 | 233 | 32 | 1 | 0 | 47 | 267 | 21 | 65 |
| Binary | 1110010 | 10011001 | 10011011 | 11010 | 1 | 0 | 100111 | 10110111 | 10001 | 110101 |
Color Harmonies of #72999B
Complementary color
Monochromatic Colors of #72999B
Black with #72999B
Text Example
Text Example
White with #72999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72999B; }
p { color: rgb(114,153,155); }
H1.HeaderClassName
{
color: #72999B;
}
.AnyTagClassName
{
color: #72999B;
}
</style>
background-color css
<style>
a { background-color: #72999B; }
a { background-color: rgb(114,153,155); }
div.DivClassName
{
background-color: #72999B;
}
.BgClassName
{
background-color: #72999B;
}
</style>
border-color css
<style>
span { border-color: #72999B; }
span { border-color: rgb(114,153,155); }
td.TdClassName
{
border-color: #72999B;
}
.TagClassName
{
border-color: #72999B;
}
</style>