Shades of Fern #68AB6B
Tints of Fern #68AB6B
RGB
CMYK
RGB Variations
Color information
#68AB6B (or 0x68AB6B) is known color: Fern. HEX triplet: 68, AB and 6B. RGB value is (104,171,107). Sum of RGB (Red+Green+Blue) = 104+171+107=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB6B is #975494. Grayscale: #8F8F8F. Windows color (decimal): -9917589 or 7056232. OLE color: 7056232.
HSL color Cylindrical-coordinate representation of color #68AB6B: hue angle of 122.69º 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 #68AB6B is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 107 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.33 |
| HSL | 122.69º | 0.29% | 0.54% | - |
| HSV(B) | 122.69º | 0.39% | 0.67% | - |
| XYZ | 22.93 | 33.13 | 19.1 | - |
| YUV | 143.67 | 107.3 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 107 | 0.39 | 0 | 0.37 | 0.33 | 122.69 | 0.29 | 0.54 |
| Hex | 68 | AB | 6B | 27 | 0 | 25 | 21 | 7B | 1D | 36 |
| Octal | 150 | 253 | 153 | 47 | 0 | 45 | 41 | 173 | 35 | 66 |
| Binary | 1101000 | 10101011 | 1101011 | 100111 | 0 | 100101 | 100001 | 1111011 | 11101 | 110110 |
Color Harmonies of #68AB6B
Complementary color
Monochromatic Colors of #68AB6B
Black with #68AB6B
Text Example
Text Example
White with #68AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB6B; }
p { color: rgb(104,171,107); }
H1.HeaderClassName
{
color: #68AB6B;
}
.AnyTagClassName
{
color: #68AB6B;
}
</style>
background-color css
<style>
a { background-color: #68AB6B; }
a { background-color: rgb(104,171,107); }
div.DivClassName
{
background-color: #68AB6B;
}
.BgClassName
{
background-color: #68AB6B;
}
</style>
border-color css
<style>
span { border-color: #68AB6B; }
span { border-color: rgb(104,171,107); }
td.TdClassName
{
border-color: #68AB6B;
}
.TagClassName
{
border-color: #68AB6B;
}
</style>