Shades of Fern #68AA68
Tints of Fern #68AA68
RGB
CMYK
RGB Variations
Color information
#68AA68 (or 0x68AA68) is known color: Fern. HEX triplet: 68, AA and 68. RGB value is (104,170,104). Sum of RGB (Red+Green+Blue) = 104+170+104=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA68 is #975597. Grayscale: #8E8E8E. Windows color (decimal): -9917848 or 6859368. OLE color: 6859368.
HSL color Cylindrical-coordinate representation of color #68AA68: hue angle of 120º degrees, saturation: 0.28, 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 #68AA68 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 104 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.33 |
| HSL | 120º | 0.28% | 0.54% | - |
| HSV(B) | 120º | 0.39% | 0.67% | - |
| XYZ | 22.58 | 32.69 | 18.22 | - |
| YUV | 142.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 104 | 0.39 | 0 | 0.39 | 0.33 | 120 | 0.28 | 0.54 |
| Hex | 68 | AA | 68 | 27 | 0 | 27 | 21 | 78 | 1C | 36 |
| Octal | 150 | 252 | 150 | 47 | 0 | 47 | 41 | 170 | 34 | 66 |
| Binary | 1101000 | 10101010 | 1101000 | 100111 | 0 | 100111 | 100001 | 1111000 | 11100 | 110110 |
Color Harmonies of #68AA68
Complementary color
Monochromatic Colors of #68AA68
Black with #68AA68
Text Example
Text Example
White with #68AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA68; }
p { color: rgb(104,170,104); }
H1.HeaderClassName
{
color: #68AA68;
}
.AnyTagClassName
{
color: #68AA68;
}
</style>
background-color css
<style>
a { background-color: #68AA68; }
a { background-color: rgb(104,170,104); }
div.DivClassName
{
background-color: #68AA68;
}
.BgClassName
{
background-color: #68AA68;
}
</style>
border-color css
<style>
span { border-color: #68AA68; }
span { border-color: rgb(104,170,104); }
td.TdClassName
{
border-color: #68AA68;
}
.TagClassName
{
border-color: #68AA68;
}
</style>