Shades of Juniper #6DA095
Tints of Juniper #6DA095
RGB
CMYK
RGB Variations
Color information
#6DA095 (or 0x6DA095) is known color: Juniper. HEX triplet: 6D, A0 and 95. RGB value is (109,160,149). Sum of RGB (Red+Green+Blue) = 109+160+149=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA095 is #925F6A. Grayscale: #8F8F8F. Windows color (decimal): -9592683 or 9805933. OLE color: 9805933.
HSL color Cylindrical-coordinate representation of color #6DA095: hue angle of 167.06º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA095 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 149 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.37 |
| HSL | 167.06º | 0.21% | 0.53% | - |
| HSV(B) | 167.06º | 0.32% | 0.63% | - |
| XYZ | 24.3 | 30.56 | 33.05 | - |
| YUV | 143.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 149 | 0.32 | 0 | 0.07 | 0.37 | 167.06 | 0.21 | 0.53 |
| Hex | 6D | A0 | 95 | 20 | 0 | 7 | 25 | A7 | 15 | 35 |
| Octal | 155 | 240 | 225 | 40 | 0 | 7 | 45 | 247 | 25 | 65 |
| Binary | 1101101 | 10100000 | 10010101 | 100000 | 0 | 111 | 100101 | 10100111 | 10101 | 110101 |
Color Harmonies of #6DA095
Complementary color
Monochromatic Colors of #6DA095
Black with #6DA095
Text Example
Text Example
White with #6DA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA095; }
p { color: rgb(109,160,149); }
H1.HeaderClassName
{
color: #6DA095;
}
.AnyTagClassName
{
color: #6DA095;
}
</style>
background-color css
<style>
a { background-color: #6DA095; }
a { background-color: rgb(109,160,149); }
div.DivClassName
{
background-color: #6DA095;
}
.BgClassName
{
background-color: #6DA095;
}
</style>
border-color css
<style>
span { border-color: #6DA095; }
span { border-color: rgb(109,160,149); }
td.TdClassName
{
border-color: #6DA095;
}
.TagClassName
{
border-color: #6DA095;
}
</style>