Shades of Fern #68AF66
Tints of Fern #68AF66
RGB
CMYK
RGB Variations
Color information
#68AF66 (or 0x68AF66) is known color: Fern. HEX triplet: 68, AF and 66. RGB value is (104,175,102). Sum of RGB (Red+Green+Blue) = 104+175+102=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF66 is #975099. Grayscale: #919191. Windows color (decimal): -9916570 or 6729576. OLE color: 6729576.
HSL color Cylindrical-coordinate representation of color #68AF66: hue angle of 118.36º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68AF66 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 102 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.31 |
| HSL | 118.36º | 0.31% | 0.54% | - |
| HSV(B) | 118.36º | 0.42% | 0.69% | - |
| XYZ | 23.44 | 34.56 | 18.01 | - |
| YUV | 145.45 | 103.48 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 102 | 0.41 | 0 | 0.42 | 0.31 | 118.36 | 0.31 | 0.54 |
| Hex | 68 | AF | 66 | 29 | 0 | 2A | 1F | 76 | 1F | 36 |
| Octal | 150 | 257 | 146 | 51 | 0 | 52 | 37 | 166 | 37 | 66 |
| Binary | 1101000 | 10101111 | 1100110 | 101001 | 0 | 101010 | 11111 | 1110110 | 11111 | 110110 |
Color Harmonies of #68AF66
Complementary color
Monochromatic Colors of #68AF66
Black with #68AF66
Text Example
Text Example
White with #68AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF66; }
p { color: rgb(104,175,102); }
H1.HeaderClassName
{
color: #68AF66;
}
.AnyTagClassName
{
color: #68AF66;
}
</style>
background-color css
<style>
a { background-color: #68AF66; }
a { background-color: rgb(104,175,102); }
div.DivClassName
{
background-color: #68AF66;
}
.BgClassName
{
background-color: #68AF66;
}
</style>
border-color css
<style>
span { border-color: #68AF66; }
span { border-color: rgb(104,175,102); }
td.TdClassName
{
border-color: #68AF66;
}
.TagClassName
{
border-color: #68AF66;
}
</style>