Shades of Juniper #7B938F
Tints of Juniper #7B938F
RGB
CMYK
RGB Variations
Color information
#7B938F (or 0x7B938F) is known color: Juniper. HEX triplet: 7B, 93 and 8F. RGB value is (123,147,143). Sum of RGB (Red+Green+Blue) = 123+147+143=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #7B938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B938F is #846C70. Grayscale: #8B8B8B. Windows color (decimal): -8678513 or 9409403. OLE color: 9409403.
HSL color Cylindrical-coordinate representation of color #7B938F: hue angle of 170º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B938F is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 143 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.42 |
| HSL | 170º | 0.1% | 0.53% | - |
| HSV(B) | 170º | 0.16% | 0.58% | - |
| XYZ | 23.56 | 27.06 | 29.97 | - |
| YUV | 139.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 143 | 0.16 | 0 | 0.03 | 0.42 | 170 | 0.1 | 0.53 |
| Hex | 7B | 93 | 8F | 10 | 0 | 3 | 2A | AA | A | 35 |
| Octal | 173 | 223 | 217 | 20 | 0 | 3 | 52 | 252 | 12 | 65 |
| Binary | 1111011 | 10010011 | 10001111 | 10000 | 0 | 11 | 101010 | 10101010 | 1010 | 110101 |
Color Harmonies of #7B938F
Complementary color
Monochromatic Colors of #7B938F
Black with #7B938F
Text Example
Text Example
White with #7B938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B938F; }
p { color: rgb(123,147,143); }
H1.HeaderClassName
{
color: #7B938F;
}
.AnyTagClassName
{
color: #7B938F;
}
</style>
background-color css
<style>
a { background-color: #7B938F; }
a { background-color: rgb(123,147,143); }
div.DivClassName
{
background-color: #7B938F;
}
.BgClassName
{
background-color: #7B938F;
}
</style>
border-color css
<style>
span { border-color: #7B938F; }
span { border-color: rgb(123,147,143); }
td.TdClassName
{
border-color: #7B938F;
}
.TagClassName
{
border-color: #7B938F;
}
</style>