Shades of Juniper #67938F
Tints of Juniper #67938F
RGB
CMYK
RGB Variations
Color information
#67938F (or 0x67938F) is known color: Juniper. HEX triplet: 67, 93 and 8F. RGB value is (103,147,143). Sum of RGB (Red+Green+Blue) = 103+147+143=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #67938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67938F is #986C70. Grayscale: #858585. Windows color (decimal): -9989233 or 9409383. OLE color: 9409383.
HSL color Cylindrical-coordinate representation of color #67938F: hue angle of 174.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67938F is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 143 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.42 |
| HSL | 174.55º | 0.18% | 0.49% | - |
| HSV(B) | 174.55º | 0.3% | 0.58% | - |
| XYZ | 20.99 | 25.73 | 29.85 | - |
| YUV | 133.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 143 | 0.30 | 0 | 0.03 | 0.42 | 174.55 | 0.18 | 0.49 |
| Hex | 67 | 93 | 8F | 1E | 0 | 3 | 2A | AF | 12 | 31 |
| Octal | 147 | 223 | 217 | 36 | 0 | 3 | 52 | 257 | 22 | 61 |
| Binary | 1100111 | 10010011 | 10001111 | 11110 | 0 | 11 | 101010 | 10101111 | 10010 | 110001 |
Color Harmonies of #67938F
Complementary color
Monochromatic Colors of #67938F
Black with #67938F
Text Example
Text Example
White with #67938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67938F; }
p { color: rgb(103,147,143); }
H1.HeaderClassName
{
color: #67938F;
}
.AnyTagClassName
{
color: #67938F;
}
</style>
background-color css
<style>
a { background-color: #67938F; }
a { background-color: rgb(103,147,143); }
div.DivClassName
{
background-color: #67938F;
}
.BgClassName
{
background-color: #67938F;
}
</style>
border-color css
<style>
span { border-color: #67938F; }
span { border-color: rgb(103,147,143); }
td.TdClassName
{
border-color: #67938F;
}
.TagClassName
{
border-color: #67938F;
}
</style>