Shades of Fern #68AF69
Tints of Fern #68AF69
RGB
CMYK
RGB Variations
Color information
#68AF69 (or 0x68AF69) is known color: Fern. HEX triplet: 68, AF and 69. RGB value is (104,175,105). Sum of RGB (Red+Green+Blue) = 104+175+105=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF69 is #975096. Grayscale: #929292. Windows color (decimal): -9916567 or 6926184. OLE color: 6926184.
HSL color Cylindrical-coordinate representation of color #68AF69: hue angle of 120.85º 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 #68AF69 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 105 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.31 |
| HSL | 120.85º | 0.31% | 0.55% | - |
| HSV(B) | 120.85º | 0.41% | 0.69% | - |
| XYZ | 23.59 | 34.62 | 18.8 | - |
| YUV | 145.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 105 | 0.41 | 0 | 0.40 | 0.31 | 120.85 | 0.31 | 0.55 |
| Hex | 68 | AF | 69 | 29 | 0 | 28 | 1F | 79 | 1F | 37 |
| Octal | 150 | 257 | 151 | 51 | 0 | 50 | 37 | 171 | 37 | 67 |
| Binary | 1101000 | 10101111 | 1101001 | 101001 | 0 | 101000 | 11111 | 1111001 | 11111 | 110111 |
Color Harmonies of #68AF69
Complementary color
Monochromatic Colors of #68AF69
Black with #68AF69
Text Example
Text Example
White with #68AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF69; }
p { color: rgb(104,175,105); }
H1.HeaderClassName
{
color: #68AF69;
}
.AnyTagClassName
{
color: #68AF69;
}
</style>
background-color css
<style>
a { background-color: #68AF69; }
a { background-color: rgb(104,175,105); }
div.DivClassName
{
background-color: #68AF69;
}
.BgClassName
{
background-color: #68AF69;
}
</style>
border-color css
<style>
span { border-color: #68AF69; }
span { border-color: rgb(104,175,105); }
td.TdClassName
{
border-color: #68AF69;
}
.TagClassName
{
border-color: #68AF69;
}
</style>