Shades of Fern #68AB74
Tints of Fern #68AB74
RGB
CMYK
RGB Variations
Color information
#68AB74 (or 0x68AB74) is known color: Fern. HEX triplet: 68, AB and 74. RGB value is (104,171,116). Sum of RGB (Red+Green+Blue) = 104+171+116=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB74 is #97548B. Grayscale: #909090. Windows color (decimal): -9917580 or 7646056. OLE color: 7646056.
HSL color Cylindrical-coordinate representation of color #68AB74: hue angle of 130.75º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB74 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 116 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.33 |
| HSL | 130.75º | 0.29% | 0.54% | - |
| HSV(B) | 130.75º | 0.39% | 0.67% | - |
| XYZ | 23.42 | 33.33 | 21.72 | - |
| YUV | 144.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 116 | 0.39 | 0 | 0.32 | 0.33 | 130.75 | 0.29 | 0.54 |
| Hex | 68 | AB | 74 | 27 | 0 | 20 | 21 | 83 | 1D | 36 |
| Octal | 150 | 253 | 164 | 47 | 0 | 40 | 41 | 203 | 35 | 66 |
| Binary | 1101000 | 10101011 | 1110100 | 100111 | 0 | 100000 | 100001 | 10000011 | 11101 | 110110 |
Color Harmonies of #68AB74
Complementary color
Monochromatic Colors of #68AB74
Black with #68AB74
Text Example
Text Example
White with #68AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB74; }
p { color: rgb(104,171,116); }
H1.HeaderClassName
{
color: #68AB74;
}
.AnyTagClassName
{
color: #68AB74;
}
</style>
background-color css
<style>
a { background-color: #68AB74; }
a { background-color: rgb(104,171,116); }
div.DivClassName
{
background-color: #68AB74;
}
.BgClassName
{
background-color: #68AB74;
}
</style>
border-color css
<style>
span { border-color: #68AB74; }
span { border-color: rgb(104,171,116); }
td.TdClassName
{
border-color: #68AB74;
}
.TagClassName
{
border-color: #68AB74;
}
</style>