Shades of Fern #68AF74
Tints of Fern #68AF74
RGB
CMYK
RGB Variations
Color information
#68AF74 (or 0x68AF74) is known color: Fern. HEX triplet: 68, AF and 74. RGB value is (104,175,116). Sum of RGB (Red+Green+Blue) = 104+175+116=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF74 is #97508B. Grayscale: #939393. Windows color (decimal): -9916556 or 7647080. OLE color: 7647080.
HSL color Cylindrical-coordinate representation of color #68AF74: hue angle of 130.14º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF74 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 116 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.31 |
| HSL | 130.14º | 0.31% | 0.55% | - |
| HSV(B) | 130.14º | 0.41% | 0.69% | - |
| XYZ | 24.19 | 34.86 | 21.98 | - |
| YUV | 147.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 116 | 0.41 | 0 | 0.34 | 0.31 | 130.14 | 0.31 | 0.55 |
| Hex | 68 | AF | 74 | 29 | 0 | 22 | 1F | 82 | 1F | 37 |
| Octal | 150 | 257 | 164 | 51 | 0 | 42 | 37 | 202 | 37 | 67 |
| Binary | 1101000 | 10101111 | 1110100 | 101001 | 0 | 100010 | 11111 | 10000010 | 11111 | 110111 |
Color Harmonies of #68AF74
Complementary color
Monochromatic Colors of #68AF74
Black with #68AF74
Text Example
Text Example
White with #68AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF74; }
p { color: rgb(104,175,116); }
H1.HeaderClassName
{
color: #68AF74;
}
.AnyTagClassName
{
color: #68AF74;
}
</style>
background-color css
<style>
a { background-color: #68AF74; }
a { background-color: rgb(104,175,116); }
div.DivClassName
{
background-color: #68AF74;
}
.BgClassName
{
background-color: #68AF74;
}
</style>
border-color css
<style>
span { border-color: #68AF74; }
span { border-color: rgb(104,175,116); }
td.TdClassName
{
border-color: #68AF74;
}
.TagClassName
{
border-color: #68AF74;
}
</style>