Shades of Fern #68AA67
Tints of Fern #68AA67
RGB
CMYK
RGB Variations
Color information
#68AA67 (or 0x68AA67) is known color: Fern. HEX triplet: 68, AA and 67. RGB value is (104,170,103). Sum of RGB (Red+Green+Blue) = 104+170+103=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA67 is #975598. Grayscale: #8E8E8E. Windows color (decimal): -9917849 or 6793832. OLE color: 6793832.
HSL color Cylindrical-coordinate representation of color #68AA67: hue angle of 119.1º 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 #68AA67 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 103 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.33 |
| HSL | 119.1º | 0.28% | 0.54% | - |
| HSV(B) | 119.1º | 0.39% | 0.67% | - |
| XYZ | 22.53 | 32.67 | 17.95 | - |
| YUV | 142.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 103 | 0.39 | 0 | 0.39 | 0.33 | 119.1 | 0.28 | 0.54 |
| Hex | 68 | AA | 67 | 27 | 0 | 27 | 21 | 77 | 1C | 36 |
| Octal | 150 | 252 | 147 | 47 | 0 | 47 | 41 | 167 | 34 | 66 |
| Binary | 1101000 | 10101010 | 1100111 | 100111 | 0 | 100111 | 100001 | 1110111 | 11100 | 110110 |
Color Harmonies of #68AA67
Complementary color
Monochromatic Colors of #68AA67
Black with #68AA67
Text Example
Text Example
White with #68AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA67; }
p { color: rgb(104,170,103); }
H1.HeaderClassName
{
color: #68AA67;
}
.AnyTagClassName
{
color: #68AA67;
}
</style>
background-color css
<style>
a { background-color: #68AA67; }
a { background-color: rgb(104,170,103); }
div.DivClassName
{
background-color: #68AA67;
}
.BgClassName
{
background-color: #68AA67;
}
</style>
border-color css
<style>
span { border-color: #68AA67; }
span { border-color: rgb(104,170,103); }
td.TdClassName
{
border-color: #68AA67;
}
.TagClassName
{
border-color: #68AA67;
}
</style>