Shades of Fern #68AF70
Tints of Fern #68AF70
RGB
CMYK
RGB Variations
Color information
#68AF70 (or 0x68AF70) is known color: Fern. HEX triplet: 68, AF and 70. RGB value is (104,175,112). Sum of RGB (Red+Green+Blue) = 104+175+112=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF70 is #97508F. Grayscale: #929292. Windows color (decimal): -9916560 or 7384936. OLE color: 7384936.
HSL color Cylindrical-coordinate representation of color #68AF70: hue angle of 126.76º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF70 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 112 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.31 |
| HSL | 126.76º | 0.31% | 0.55% | - |
| HSV(B) | 126.76º | 0.41% | 0.69% | - |
| XYZ | 23.96 | 34.77 | 20.78 | - |
| YUV | 146.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 112 | 0.41 | 0 | 0.36 | 0.31 | 126.76 | 0.31 | 0.55 |
| Hex | 68 | AF | 70 | 29 | 0 | 24 | 1F | 7F | 1F | 37 |
| Octal | 150 | 257 | 160 | 51 | 0 | 44 | 37 | 177 | 37 | 67 |
| Binary | 1101000 | 10101111 | 1110000 | 101001 | 0 | 100100 | 11111 | 1111111 | 11111 | 110111 |
Color Harmonies of #68AF70
Complementary color
Monochromatic Colors of #68AF70
Black with #68AF70
Text Example
Text Example
White with #68AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF70; }
p { color: rgb(104,175,112); }
H1.HeaderClassName
{
color: #68AF70;
}
.AnyTagClassName
{
color: #68AF70;
}
</style>
background-color css
<style>
a { background-color: #68AF70; }
a { background-color: rgb(104,175,112); }
div.DivClassName
{
background-color: #68AF70;
}
.BgClassName
{
background-color: #68AF70;
}
</style>
border-color css
<style>
span { border-color: #68AF70; }
span { border-color: rgb(104,175,112); }
td.TdClassName
{
border-color: #68AF70;
}
.TagClassName
{
border-color: #68AF70;
}
</style>