Shades of Fern #68AB65
Tints of Fern #68AB65
RGB
CMYK
RGB Variations
Color information
#68AB65 (or 0x68AB65) is known color: Fern. HEX triplet: 68, AB and 65. RGB value is (104,171,101). Sum of RGB (Red+Green+Blue) = 104+171+101=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB65 is #97549A. Grayscale: #8F8F8F. Windows color (decimal): -9917595 or 6663016. OLE color: 6663016.
HSL color Cylindrical-coordinate representation of color #68AB65: hue angle of 117.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AB65 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 101 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.33 |
| HSL | 117.43º | 0.29% | 0.53% | - |
| HSV(B) | 117.43º | 0.41% | 0.67% | - |
| XYZ | 22.62 | 33.01 | 17.49 | - |
| YUV | 142.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 101 | 0.39 | 0 | 0.41 | 0.33 | 117.43 | 0.29 | 0.53 |
| Hex | 68 | AB | 65 | 27 | 0 | 29 | 21 | 75 | 1D | 35 |
| Octal | 150 | 253 | 145 | 47 | 0 | 51 | 41 | 165 | 35 | 65 |
| Binary | 1101000 | 10101011 | 1100101 | 100111 | 0 | 101001 | 100001 | 1110101 | 11101 | 110101 |
Color Harmonies of #68AB65
Complementary color
Monochromatic Colors of #68AB65
Black with #68AB65
Text Example
Text Example
White with #68AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB65; }
p { color: rgb(104,171,101); }
H1.HeaderClassName
{
color: #68AB65;
}
.AnyTagClassName
{
color: #68AB65;
}
</style>
background-color css
<style>
a { background-color: #68AB65; }
a { background-color: rgb(104,171,101); }
div.DivClassName
{
background-color: #68AB65;
}
.BgClassName
{
background-color: #68AB65;
}
</style>
border-color css
<style>
span { border-color: #68AB65; }
span { border-color: rgb(104,171,101); }
td.TdClassName
{
border-color: #68AB65;
}
.TagClassName
{
border-color: #68AB65;
}
</style>