Shades of Fern #6CA369
Tints of Fern #6CA369
RGB
CMYK
RGB Variations
Color information
#6CA369 (or 0x6CA369) is known color: Fern. HEX triplet: 6C, A3 and 69. RGB value is (108,163,105). Sum of RGB (Red+Green+Blue) = 108+163+105=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA369 is #935C96. Grayscale: #8C8C8C. Windows color (decimal): -9657495 or 6923116. OLE color: 6923116.
HSL color Cylindrical-coordinate representation of color #6CA369: hue angle of 116.9º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA369 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 163 | 105 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.36 |
| HSL | 116.9º | 0.24% | 0.53% | - |
| HSV(B) | 116.9º | 0.36% | 0.64% | - |
| XYZ | 21.83 | 30.4 | 18.08 | - |
| YUV | 139.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 105 | 0.34 | 0 | 0.36 | 0.36 | 116.9 | 0.24 | 0.53 |
| Hex | 6C | A3 | 69 | 22 | 0 | 24 | 24 | 75 | 18 | 35 |
| Octal | 154 | 243 | 151 | 42 | 0 | 44 | 44 | 165 | 30 | 65 |
| Binary | 1101100 | 10100011 | 1101001 | 100010 | 0 | 100100 | 100100 | 1110101 | 11000 | 110101 |
Color Harmonies of #6CA369
Complementary color
Monochromatic Colors of #6CA369
Black with #6CA369
Text Example
Text Example
White with #6CA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA369; }
p { color: rgb(108,163,105); }
H1.HeaderClassName
{
color: #6CA369;
}
.AnyTagClassName
{
color: #6CA369;
}
</style>
background-color css
<style>
a { background-color: #6CA369; }
a { background-color: rgb(108,163,105); }
div.DivClassName
{
background-color: #6CA369;
}
.BgClassName
{
background-color: #6CA369;
}
</style>
border-color css
<style>
span { border-color: #6CA369; }
span { border-color: rgb(108,163,105); }
td.TdClassName
{
border-color: #6CA369;
}
.TagClassName
{
border-color: #6CA369;
}
</style>