Shades of Fern #68AC75
Tints of Fern #68AC75
RGB
CMYK
RGB Variations
Color information
#68AC75 (or 0x68AC75) is known color: Fern. HEX triplet: 68, AC and 75. RGB value is (104,172,117). Sum of RGB (Red+Green+Blue) = 104+172+117=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC75 is #97538A. Grayscale: #919191. Windows color (decimal): -9917323 or 7711848. OLE color: 7711848.
HSL color Cylindrical-coordinate representation of color #68AC75: hue angle of 131.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC75 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 117 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.33 |
| HSL | 131.47º | 0.29% | 0.54% | - |
| HSV(B) | 131.47º | 0.4% | 0.67% | - |
| XYZ | 23.67 | 33.73 | 22.09 | - |
| YUV | 145.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 117 | 0.40 | 0 | 0.32 | 0.33 | 131.47 | 0.29 | 0.54 |
| Hex | 68 | AC | 75 | 28 | 0 | 20 | 21 | 83 | 1D | 36 |
| Octal | 150 | 254 | 165 | 50 | 0 | 40 | 41 | 203 | 35 | 66 |
| Binary | 1101000 | 10101100 | 1110101 | 101000 | 0 | 100000 | 100001 | 10000011 | 11101 | 110110 |
Color Harmonies of #68AC75
Complementary color
Monochromatic Colors of #68AC75
Black with #68AC75
Text Example
Text Example
White with #68AC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC75; }
p { color: rgb(104,172,117); }
H1.HeaderClassName
{
color: #68AC75;
}
.AnyTagClassName
{
color: #68AC75;
}
</style>
background-color css
<style>
a { background-color: #68AC75; }
a { background-color: rgb(104,172,117); }
div.DivClassName
{
background-color: #68AC75;
}
.BgClassName
{
background-color: #68AC75;
}
</style>
border-color css
<style>
span { border-color: #68AC75; }
span { border-color: rgb(104,172,117); }
td.TdClassName
{
border-color: #68AC75;
}
.TagClassName
{
border-color: #68AC75;
}
</style>