Shades of Juniper #6C918F
Tints of Juniper #6C918F
RGB
CMYK
RGB Variations
Color information
#6C918F (or 0x6C918F) is known color: Juniper. HEX triplet: 6C, 91 and 8F. RGB value is (108,145,143). Sum of RGB (Red+Green+Blue) = 108+145+143=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #6C918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C918F is #936E70. Grayscale: #858585. Windows color (decimal): -9662065 or 9408876. OLE color: 9408876.
HSL color Cylindrical-coordinate representation of color #6C918F: hue angle of 176.76º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C918F is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 145 | 143 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.43 |
| HSL | 176.76º | 0.15% | 0.5% | - |
| HSV(B) | 176.76º | 0.26% | 0.57% | - |
| XYZ | 21.27 | 25.42 | 29.77 | - |
| YUV | 133.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 143 | 0.26 | 0 | 0.01 | 0.43 | 176.76 | 0.15 | 0.5 |
| Hex | 6C | 91 | 8F | 1A | 0 | 1 | 2B | B1 | F | 32 |
| Octal | 154 | 221 | 217 | 32 | 0 | 1 | 53 | 261 | 17 | 62 |
| Binary | 1101100 | 10010001 | 10001111 | 11010 | 0 | 1 | 101011 | 10110001 | 1111 | 110010 |
Color Harmonies of #6C918F
Complementary color
Monochromatic Colors of #6C918F
Black with #6C918F
Text Example
Text Example
White with #6C918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C918F; }
p { color: rgb(108,145,143); }
H1.HeaderClassName
{
color: #6C918F;
}
.AnyTagClassName
{
color: #6C918F;
}
</style>
background-color css
<style>
a { background-color: #6C918F; }
a { background-color: rgb(108,145,143); }
div.DivClassName
{
background-color: #6C918F;
}
.BgClassName
{
background-color: #6C918F;
}
</style>
border-color css
<style>
span { border-color: #6C918F; }
span { border-color: rgb(108,145,143); }
td.TdClassName
{
border-color: #6C918F;
}
.TagClassName
{
border-color: #6C918F;
}
</style>