Shades of Fern #6CA569
Tints of Fern #6CA569
RGB
CMYK
RGB Variations
Color information
#6CA569 (or 0x6CA569) is known color: Fern. HEX triplet: 6C, A5 and 69. RGB value is (108,165,105). Sum of RGB (Red+Green+Blue) = 108+165+105=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA569 is #935A96. Grayscale: #8D8D8D. Windows color (decimal): -9656983 or 6923628. OLE color: 6923628.
HSL color Cylindrical-coordinate representation of color #6CA569: hue angle of 117º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA569 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 165 | 105 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.35 |
| HSL | 117º | 0.25% | 0.53% | - |
| HSV(B) | 117º | 0.36% | 0.65% | - |
| XYZ | 22.19 | 31.12 | 18.2 | - |
| YUV | 141.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 165 | 105 | 0.35 | 0 | 0.36 | 0.35 | 117 | 0.25 | 0.53 |
| Hex | 6C | A5 | 69 | 23 | 0 | 24 | 23 | 75 | 19 | 35 |
| Octal | 154 | 245 | 151 | 43 | 0 | 44 | 43 | 165 | 31 | 65 |
| Binary | 1101100 | 10100101 | 1101001 | 100011 | 0 | 100100 | 100011 | 1110101 | 11001 | 110101 |
Color Harmonies of #6CA569
Complementary color
Monochromatic Colors of #6CA569
Black with #6CA569
Text Example
Text Example
White with #6CA569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA569; }
p { color: rgb(108,165,105); }
H1.HeaderClassName
{
color: #6CA569;
}
.AnyTagClassName
{
color: #6CA569;
}
</style>
background-color css
<style>
a { background-color: #6CA569; }
a { background-color: rgb(108,165,105); }
div.DivClassName
{
background-color: #6CA569;
}
.BgClassName
{
background-color: #6CA569;
}
</style>
border-color css
<style>
span { border-color: #6CA569; }
span { border-color: rgb(108,165,105); }
td.TdClassName
{
border-color: #6CA569;
}
.TagClassName
{
border-color: #6CA569;
}
</style>