Shades of Fern #6CBF72
Tints of Fern #6CBF72
RGB
CMYK
RGB Variations
Color information
#6CBF72 (or 0x6CBF72) is known color: Fern. HEX triplet: 6C, BF and 72. RGB value is (108,191,114). Sum of RGB (Red+Green+Blue) = 108+191+114=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBF72 is #93408D. Grayscale: #9D9D9D. Windows color (decimal): -9650318 or 7520108. OLE color: 7520108.
HSL color Cylindrical-coordinate representation of color #6CBF72: hue angle of 124.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBF72 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 114 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.25 |
| HSL | 124.34º | 0.39% | 0.59% | - |
| HSV(B) | 124.34º | 0.43% | 0.75% | - |
| XYZ | 27.85 | 41.66 | 22.49 | - |
| YUV | 157.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 114 | 0.43 | 0 | 0.40 | 0.25 | 124.34 | 0.39 | 0.59 |
| Hex | 6C | BF | 72 | 2B | 0 | 28 | 19 | 7C | 27 | 3B |
| Octal | 154 | 277 | 162 | 53 | 0 | 50 | 31 | 174 | 47 | 73 |
| Binary | 1101100 | 10111111 | 1110010 | 101011 | 0 | 101000 | 11001 | 1111100 | 100111 | 111011 |
Color Harmonies of #6CBF72
Complementary color
Monochromatic Colors of #6CBF72
Black with #6CBF72
Text Example
Text Example
White with #6CBF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBF72; }
p { color: rgb(108,191,114); }
H1.HeaderClassName
{
color: #6CBF72;
}
.AnyTagClassName
{
color: #6CBF72;
}
</style>
background-color css
<style>
a { background-color: #6CBF72; }
a { background-color: rgb(108,191,114); }
div.DivClassName
{
background-color: #6CBF72;
}
.BgClassName
{
background-color: #6CBF72;
}
</style>
border-color css
<style>
span { border-color: #6CBF72; }
span { border-color: rgb(108,191,114); }
td.TdClassName
{
border-color: #6CBF72;
}
.TagClassName
{
border-color: #6CBF72;
}
</style>