Shades of Fern #68AC62
Tints of Fern #68AC62
RGB
CMYK
RGB Variations
Color information
#68AC62 (or 0x68AC62) is known color: Fern. HEX triplet: 68, AC and 62. RGB value is (104,172,98). Sum of RGB (Red+Green+Blue) = 104+172+98=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC62 is #97539D. Grayscale: #8F8F8F. Windows color (decimal): -9917342 or 6466664. OLE color: 6466664.
HSL color Cylindrical-coordinate representation of color #68AC62: hue angle of 115.14º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68AC62 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 98 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.33 |
| HSL | 115.14º | 0.31% | 0.53% | - |
| HSV(B) | 115.14º | 0.43% | 0.67% | - |
| XYZ | 22.67 | 33.33 | 16.79 | - |
| YUV | 143.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 98 | 0.40 | 0 | 0.43 | 0.33 | 115.14 | 0.31 | 0.53 |
| Hex | 68 | AC | 62 | 28 | 0 | 2B | 21 | 73 | 1F | 35 |
| Octal | 150 | 254 | 142 | 50 | 0 | 53 | 41 | 163 | 37 | 65 |
| Binary | 1101000 | 10101100 | 1100010 | 101000 | 0 | 101011 | 100001 | 1110011 | 11111 | 110101 |
Color Harmonies of #68AC62
Complementary color
Monochromatic Colors of #68AC62
Black with #68AC62
Text Example
Text Example
White with #68AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC62; }
p { color: rgb(104,172,98); }
H1.HeaderClassName
{
color: #68AC62;
}
.AnyTagClassName
{
color: #68AC62;
}
</style>
background-color css
<style>
a { background-color: #68AC62; }
a { background-color: rgb(104,172,98); }
div.DivClassName
{
background-color: #68AC62;
}
.BgClassName
{
background-color: #68AC62;
}
</style>
border-color css
<style>
span { border-color: #68AC62; }
span { border-color: rgb(104,172,98); }
td.TdClassName
{
border-color: #68AC62;
}
.TagClassName
{
border-color: #68AC62;
}
</style>