Shades of Fern #6FC073
Tints of Fern #6FC073
RGB
CMYK
RGB Variations
Color information
#6FC073 (or 0x6FC073) is known color: Fern. HEX triplet: 6F, C0 and 73. RGB value is (111,192,115). Sum of RGB (Red+Green+Blue) = 111+192+115=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC073 is #903F8C. Grayscale: #9F9F9F. Windows color (decimal): -9453453 or 7585903. OLE color: 7585903.
HSL color Cylindrical-coordinate representation of color #6FC073: hue angle of 122.96º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC073 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 115 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.25 |
| HSL | 122.96º | 0.39% | 0.59% | - |
| HSV(B) | 122.96º | 0.42% | 0.75% | - |
| XYZ | 28.5 | 42.32 | 22.89 | - |
| YUV | 159 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 115 | 0.42 | 0 | 0.40 | 0.25 | 122.96 | 0.39 | 0.59 |
| Hex | 6F | C0 | 73 | 2A | 0 | 28 | 19 | 7B | 27 | 3B |
| Octal | 157 | 300 | 163 | 52 | 0 | 50 | 31 | 173 | 47 | 73 |
| Binary | 1101111 | 11000000 | 1110011 | 101010 | 0 | 101000 | 11001 | 1111011 | 100111 | 111011 |
Color Harmonies of #6FC073
Complementary color
Monochromatic Colors of #6FC073
Black with #6FC073
Text Example
Text Example
White with #6FC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC073; }
p { color: rgb(111,192,115); }
H1.HeaderClassName
{
color: #6FC073;
}
.AnyTagClassName
{
color: #6FC073;
}
</style>
background-color css
<style>
a { background-color: #6FC073; }
a { background-color: rgb(111,192,115); }
div.DivClassName
{
background-color: #6FC073;
}
.BgClassName
{
background-color: #6FC073;
}
</style>
border-color css
<style>
span { border-color: #6FC073; }
span { border-color: rgb(111,192,115); }
td.TdClassName
{
border-color: #6FC073;
}
.TagClassName
{
border-color: #6FC073;
}
</style>