Shades of Fern #6CA76C
Tints of Fern #6CA76C
RGB
CMYK
RGB Variations
Color information
#6CA76C (or 0x6CA76C) is known color: Fern. HEX triplet: 6C, A7 and 6C. RGB value is (108,167,108). Sum of RGB (Red+Green+Blue) = 108+167+108=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #6CA76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA76C is #935893. Grayscale: #8E8E8E. Windows color (decimal): -9656468 or 7120748. OLE color: 7120748.
HSL color Cylindrical-coordinate representation of color #6CA76C: hue angle of 120º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA76C is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 167 | 108 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.35 |
| HSL | 120º | 0.25% | 0.54% | - |
| HSV(B) | 120º | 0.35% | 0.65% | - |
| XYZ | 22.71 | 31.91 | 19.15 | - |
| YUV | 142.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 108 | 0.35 | 0 | 0.35 | 0.35 | 120 | 0.25 | 0.54 |
| Hex | 6C | A7 | 6C | 23 | 0 | 23 | 23 | 78 | 19 | 36 |
| Octal | 154 | 247 | 154 | 43 | 0 | 43 | 43 | 170 | 31 | 66 |
| Binary | 1101100 | 10100111 | 1101100 | 100011 | 0 | 100011 | 100011 | 1111000 | 11001 | 110110 |
Color Harmonies of #6CA76C
Complementary color
Monochromatic Colors of #6CA76C
Black with #6CA76C
Text Example
Text Example
White with #6CA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA76C; }
p { color: rgb(108,167,108); }
H1.HeaderClassName
{
color: #6CA76C;
}
.AnyTagClassName
{
color: #6CA76C;
}
</style>
background-color css
<style>
a { background-color: #6CA76C; }
a { background-color: rgb(108,167,108); }
div.DivClassName
{
background-color: #6CA76C;
}
.BgClassName
{
background-color: #6CA76C;
}
</style>
border-color css
<style>
span { border-color: #6CA76C; }
span { border-color: rgb(108,167,108); }
td.TdClassName
{
border-color: #6CA76C;
}
.TagClassName
{
border-color: #6CA76C;
}
</style>