Shades of Fern #68C672
Tints of Fern #68C672
RGB
CMYK
RGB Variations
Color information
#68C672 (or 0x68C672) is known color: Fern. HEX triplet: 68, C6 and 72. RGB value is (104,198,114). Sum of RGB (Red+Green+Blue) = 104+198+114=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #68C672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C672 is #97398D. Grayscale: #A0A0A0. Windows color (decimal): -9910670 or 7521896. OLE color: 7521896.
HSL color Cylindrical-coordinate representation of color #68C672: hue angle of 126.38º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C672 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 198 | 114 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.22 |
| HSL | 126.38º | 0.45% | 0.59% | - |
| HSV(B) | 126.38º | 0.47% | 0.78% | - |
| XYZ | 28.94 | 44.55 | 22.99 | - |
| YUV | 160.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 114 | 0.47 | 0 | 0.42 | 0.22 | 126.38 | 0.45 | 0.59 |
| Hex | 68 | C6 | 72 | 2F | 0 | 2A | 16 | 7E | 2D | 3B |
| Octal | 150 | 306 | 162 | 57 | 0 | 52 | 26 | 176 | 55 | 73 |
| Binary | 1101000 | 11000110 | 1110010 | 101111 | 0 | 101010 | 10110 | 1111110 | 101101 | 111011 |
Color Harmonies of #68C672
Complementary color
Monochromatic Colors of #68C672
Black with #68C672
Text Example
Text Example
White with #68C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C672; }
p { color: rgb(104,198,114); }
H1.HeaderClassName
{
color: #68C672;
}
.AnyTagClassName
{
color: #68C672;
}
</style>
background-color css
<style>
a { background-color: #68C672; }
a { background-color: rgb(104,198,114); }
div.DivClassName
{
background-color: #68C672;
}
.BgClassName
{
background-color: #68C672;
}
</style>
border-color css
<style>
span { border-color: #68C672; }
span { border-color: rgb(104,198,114); }
td.TdClassName
{
border-color: #68C672;
}
.TagClassName
{
border-color: #68C672;
}
</style>