Shades of Fern #6CAF76
Tints of Fern #6CAF76
RGB
CMYK
RGB Variations
Color information
#6CAF76 (or 0x6CAF76) is known color: Fern. HEX triplet: 6C, AF and 76. RGB value is (108,175,118). Sum of RGB (Red+Green+Blue) = 108+175+118=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF76 is #935089. Grayscale: #949494. Windows color (decimal): -9654410 or 7778156. OLE color: 7778156.
HSL color Cylindrical-coordinate representation of color #6CAF76: hue angle of 128.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF76 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 118 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.31 |
| HSL | 128.96º | 0.3% | 0.55% | - |
| HSV(B) | 128.96º | 0.38% | 0.69% | - |
| XYZ | 24.78 | 35.16 | 22.62 | - |
| YUV | 148.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 118 | 0.38 | 0 | 0.33 | 0.31 | 128.96 | 0.3 | 0.55 |
| Hex | 6C | AF | 76 | 26 | 0 | 21 | 1F | 81 | 1E | 37 |
| Octal | 154 | 257 | 166 | 46 | 0 | 41 | 37 | 201 | 36 | 67 |
| Binary | 1101100 | 10101111 | 1110110 | 100110 | 0 | 100001 | 11111 | 10000001 | 11110 | 110111 |
Color Harmonies of #6CAF76
Complementary color
Monochromatic Colors of #6CAF76
Black with #6CAF76
Text Example
Text Example
White with #6CAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF76; }
p { color: rgb(108,175,118); }
H1.HeaderClassName
{
color: #6CAF76;
}
.AnyTagClassName
{
color: #6CAF76;
}
</style>
background-color css
<style>
a { background-color: #6CAF76; }
a { background-color: rgb(108,175,118); }
div.DivClassName
{
background-color: #6CAF76;
}
.BgClassName
{
background-color: #6CAF76;
}
</style>
border-color css
<style>
span { border-color: #6CAF76; }
span { border-color: rgb(108,175,118); }
td.TdClassName
{
border-color: #6CAF76;
}
.TagClassName
{
border-color: #6CAF76;
}
</style>