Shades of Fern #6CC074
Tints of Fern #6CC074
RGB
CMYK
RGB Variations
Color information
#6CC074 (or 0x6CC074) is known color: Fern. HEX triplet: 6C, C0 and 74. RGB value is (108,192,116). Sum of RGB (Red+Green+Blue) = 108+192+116=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC074 is #933F8B. Grayscale: #9E9E9E. Windows color (decimal): -9650060 or 7651436. OLE color: 7651436.
HSL color Cylindrical-coordinate representation of color #6CC074: hue angle of 125.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC074 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 116 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.25 |
| HSL | 125.71º | 0.4% | 0.59% | - |
| HSV(B) | 125.71º | 0.44% | 0.75% | - |
| XYZ | 28.19 | 42.15 | 23.17 | - |
| YUV | 158.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 116 | 0.44 | 0 | 0.40 | 0.25 | 125.71 | 0.4 | 0.59 |
| Hex | 6C | C0 | 74 | 2C | 0 | 28 | 19 | 7E | 28 | 3B |
| Octal | 154 | 300 | 164 | 54 | 0 | 50 | 31 | 176 | 50 | 73 |
| Binary | 1101100 | 11000000 | 1110100 | 101100 | 0 | 101000 | 11001 | 1111110 | 101000 | 111011 |
Color Harmonies of #6CC074
Complementary color
Monochromatic Colors of #6CC074
Black with #6CC074
Text Example
Text Example
White with #6CC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC074; }
p { color: rgb(108,192,116); }
H1.HeaderClassName
{
color: #6CC074;
}
.AnyTagClassName
{
color: #6CC074;
}
</style>
background-color css
<style>
a { background-color: #6CC074; }
a { background-color: rgb(108,192,116); }
div.DivClassName
{
background-color: #6CC074;
}
.BgClassName
{
background-color: #6CC074;
}
</style>
border-color css
<style>
span { border-color: #6CC074; }
span { border-color: rgb(108,192,116); }
td.TdClassName
{
border-color: #6CC074;
}
.TagClassName
{
border-color: #6CC074;
}
</style>