Shades of Fern #68AF62
Tints of Fern #68AF62
RGB
CMYK
RGB Variations
Color information
#68AF62 (or 0x68AF62) is known color: Fern. HEX triplet: 68, AF and 62. RGB value is (104,175,98). Sum of RGB (Red+Green+Blue) = 104+175+98=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF62 is #97509D. Grayscale: #919191. Windows color (decimal): -9916574 or 6467432. OLE color: 6467432.
HSL color Cylindrical-coordinate representation of color #68AF62: hue angle of 115.32º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68AF62 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 98 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.31 |
| HSL | 115.32º | 0.32% | 0.54% | - |
| HSV(B) | 115.32º | 0.44% | 0.69% | - |
| XYZ | 23.24 | 34.48 | 16.99 | - |
| YUV | 144.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 98 | 0.41 | 0 | 0.44 | 0.31 | 115.32 | 0.32 | 0.54 |
| Hex | 68 | AF | 62 | 29 | 0 | 2C | 1F | 73 | 20 | 36 |
| Octal | 150 | 257 | 142 | 51 | 0 | 54 | 37 | 163 | 40 | 66 |
| Binary | 1101000 | 10101111 | 1100010 | 101001 | 0 | 101100 | 11111 | 1110011 | 100000 | 110110 |
Color Harmonies of #68AF62
Complementary color
Monochromatic Colors of #68AF62
Black with #68AF62
Text Example
Text Example
White with #68AF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF62; }
p { color: rgb(104,175,98); }
H1.HeaderClassName
{
color: #68AF62;
}
.AnyTagClassName
{
color: #68AF62;
}
</style>
background-color css
<style>
a { background-color: #68AF62; }
a { background-color: rgb(104,175,98); }
div.DivClassName
{
background-color: #68AF62;
}
.BgClassName
{
background-color: #68AF62;
}
</style>
border-color css
<style>
span { border-color: #68AF62; }
span { border-color: rgb(104,175,98); }
td.TdClassName
{
border-color: #68AF62;
}
.TagClassName
{
border-color: #68AF62;
}
</style>