Shades of Juniper #72898A
Tints of Juniper #72898A
RGB
CMYK
RGB Variations
Color information
#72898A (or 0x72898A) is known color: Juniper. HEX triplet: 72, 89 and 8A. RGB value is (114,137,138). Sum of RGB (Red+Green+Blue) = 114+137+138=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #72898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72898A is #8D7675. Grayscale: #828282. Windows color (decimal): -9270902 or 9079154. OLE color: 9079154.
HSL color Cylindrical-coordinate representation of color #72898A: hue angle of 182.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72898A is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 138 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.46 |
| HSL | 182.5º | 0.1% | 0.49% | - |
| HSV(B) | 182.5º | 0.17% | 0.54% | - |
| XYZ | 20.47 | 23.3 | 27.46 | - |
| YUV | 130.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 138 | 0.17 | 0.01 | 0 | 0.46 | 182.5 | 0.1 | 0.49 |
| Hex | 72 | 89 | 8A | 11 | 1 | 0 | 2E | B6 | A | 31 |
| Octal | 162 | 211 | 212 | 21 | 1 | 0 | 56 | 266 | 12 | 61 |
| Binary | 1110010 | 10001001 | 10001010 | 10001 | 1 | 0 | 101110 | 10110110 | 1010 | 110001 |
Color Harmonies of #72898A
Complementary color
Monochromatic Colors of #72898A
Black with #72898A
Text Example
Text Example
White with #72898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72898A; }
p { color: rgb(114,137,138); }
H1.HeaderClassName
{
color: #72898A;
}
.AnyTagClassName
{
color: #72898A;
}
</style>
background-color css
<style>
a { background-color: #72898A; }
a { background-color: rgb(114,137,138); }
div.DivClassName
{
background-color: #72898A;
}
.BgClassName
{
background-color: #72898A;
}
</style>
border-color css
<style>
span { border-color: #72898A; }
span { border-color: rgb(114,137,138); }
td.TdClassName
{
border-color: #72898A;
}
.TagClassName
{
border-color: #72898A;
}
</style>