Shades of Fern #68AF64
Tints of Fern #68AF64
RGB
CMYK
RGB Variations
Color information
#68AF64 (or 0x68AF64) is known color: Fern. HEX triplet: 68, AF and 64. RGB value is (104,175,100). Sum of RGB (Red+Green+Blue) = 104+175+100=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF64 is #97509B. Grayscale: #919191. Windows color (decimal): -9916572 or 6598504. OLE color: 6598504.
HSL color Cylindrical-coordinate representation of color #68AF64: hue angle of 116.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68AF64 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 100 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.31 |
| HSL | 116.8º | 0.32% | 0.54% | - |
| HSV(B) | 116.8º | 0.43% | 0.69% | - |
| XYZ | 23.34 | 34.52 | 17.49 | - |
| YUV | 145.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 100 | 0.41 | 0 | 0.43 | 0.31 | 116.8 | 0.32 | 0.54 |
| Hex | 68 | AF | 64 | 29 | 0 | 2B | 1F | 75 | 20 | 36 |
| Octal | 150 | 257 | 144 | 51 | 0 | 53 | 37 | 165 | 40 | 66 |
| Binary | 1101000 | 10101111 | 1100100 | 101001 | 0 | 101011 | 11111 | 1110101 | 100000 | 110110 |
Color Harmonies of #68AF64
Complementary color
Monochromatic Colors of #68AF64
Black with #68AF64
Text Example
Text Example
White with #68AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF64; }
p { color: rgb(104,175,100); }
H1.HeaderClassName
{
color: #68AF64;
}
.AnyTagClassName
{
color: #68AF64;
}
</style>
background-color css
<style>
a { background-color: #68AF64; }
a { background-color: rgb(104,175,100); }
div.DivClassName
{
background-color: #68AF64;
}
.BgClassName
{
background-color: #68AF64;
}
</style>
border-color css
<style>
span { border-color: #68AF64; }
span { border-color: rgb(104,175,100); }
td.TdClassName
{
border-color: #68AF64;
}
.TagClassName
{
border-color: #68AF64;
}
</style>