Shades of Fern #6CB261
Tints of Fern #6CB261
RGB
CMYK
RGB Variations
Color information
#6CB261 (or 0x6CB261) is known color: Fern. HEX triplet: 6C, B2 and 61. RGB value is (108,178,97). Sum of RGB (Red+Green+Blue) = 108+178+97=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB261 is #934D9E. Grayscale: #949494. Windows color (decimal): -9653663 or 6402668. OLE color: 6402668.
HSL color Cylindrical-coordinate representation of color #6CB261: hue angle of 111.85º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CB261 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 178 | 97 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.30 |
| HSL | 111.85º | 0.34% | 0.54% | - |
| HSV(B) | 111.85º | 0.46% | 0.7% | - |
| XYZ | 24.26 | 35.89 | 16.96 | - |
| YUV | 147.84 | 99.31 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 97 | 0.39 | 0 | 0.46 | 0.30 | 111.85 | 0.34 | 0.54 |
| Hex | 6C | B2 | 61 | 27 | 0 | 2E | 1E | 70 | 22 | 36 |
| Octal | 154 | 262 | 141 | 47 | 0 | 56 | 36 | 160 | 42 | 66 |
| Binary | 1101100 | 10110010 | 1100001 | 100111 | 0 | 101110 | 11110 | 1110000 | 100010 | 110110 |
Color Harmonies of #6CB261
Complementary color
Monochromatic Colors of #6CB261
Black with #6CB261
Text Example
Text Example
White with #6CB261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB261; }
p { color: rgb(108,178,97); }
H1.HeaderClassName
{
color: #6CB261;
}
.AnyTagClassName
{
color: #6CB261;
}
</style>
background-color css
<style>
a { background-color: #6CB261; }
a { background-color: rgb(108,178,97); }
div.DivClassName
{
background-color: #6CB261;
}
.BgClassName
{
background-color: #6CB261;
}
</style>
border-color css
<style>
span { border-color: #6CB261; }
span { border-color: rgb(108,178,97); }
td.TdClassName
{
border-color: #6CB261;
}
.TagClassName
{
border-color: #6CB261;
}
</style>