Shades of Juniper #72938E
Tints of Juniper #72938E
RGB
CMYK
RGB Variations
Color information
#72938E (or 0x72938E) is known color: Juniper. HEX triplet: 72, 93 and 8E. RGB value is (114,147,142). Sum of RGB (Red+Green+Blue) = 114+147+142=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #72938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72938E is #8D6C71. Grayscale: #888888. Windows color (decimal): -9268338 or 9343858. OLE color: 9343858.
HSL color Cylindrical-coordinate representation of color #72938E: hue angle of 170.91º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72938E is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 142 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.42 |
| HSL | 170.91º | 0.13% | 0.51% | - |
| HSV(B) | 170.91º | 0.22% | 0.58% | - |
| XYZ | 22.26 | 26.4 | 29.51 | - |
| YUV | 136.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 142 | 0.22 | 0 | 0.03 | 0.42 | 170.91 | 0.13 | 0.51 |
| Hex | 72 | 93 | 8E | 16 | 0 | 3 | 2A | AB | D | 33 |
| Octal | 162 | 223 | 216 | 26 | 0 | 3 | 52 | 253 | 15 | 63 |
| Binary | 1110010 | 10010011 | 10001110 | 10110 | 0 | 11 | 101010 | 10101011 | 1101 | 110011 |
Color Harmonies of #72938E
Complementary color
Monochromatic Colors of #72938E
Black with #72938E
Text Example
Text Example
White with #72938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72938E; }
p { color: rgb(114,147,142); }
H1.HeaderClassName
{
color: #72938E;
}
.AnyTagClassName
{
color: #72938E;
}
</style>
background-color css
<style>
a { background-color: #72938E; }
a { background-color: rgb(114,147,142); }
div.DivClassName
{
background-color: #72938E;
}
.BgClassName
{
background-color: #72938E;
}
</style>
border-color css
<style>
span { border-color: #72938E; }
span { border-color: rgb(114,147,142); }
td.TdClassName
{
border-color: #72938E;
}
.TagClassName
{
border-color: #72938E;
}
</style>