Shades of Fern #66AF5D
Tints of Fern #66AF5D
RGB
CMYK
RGB Variations
Color information
#66AF5D (or 0x66AF5D) is known color: Fern. HEX triplet: 66, AF and 5D. RGB value is (102,175,93). Sum of RGB (Red+Green+Blue) = 102+175+93=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF5D is #9950A2. Grayscale: #909090. Windows color (decimal): -10047651 or 6139750. OLE color: 6139750.
HSL color Cylindrical-coordinate representation of color #66AF5D: hue angle of 113.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66AF5D is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 93 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.31 |
| HSL | 113.41º | 0.34% | 0.53% | - |
| HSV(B) | 113.41º | 0.47% | 0.69% | - |
| XYZ | 22.79 | 34.28 | 15.77 | - |
| YUV | 143.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 93 | 0.42 | 0 | 0.47 | 0.31 | 113.41 | 0.34 | 0.53 |
| Hex | 66 | AF | 5D | 2A | 0 | 2F | 1F | 71 | 22 | 35 |
| Octal | 146 | 257 | 135 | 52 | 0 | 57 | 37 | 161 | 42 | 65 |
| Binary | 1100110 | 10101111 | 1011101 | 101010 | 0 | 101111 | 11111 | 1110001 | 100010 | 110101 |
Color Harmonies of #66AF5D
Complementary color
Monochromatic Colors of #66AF5D
Black with #66AF5D
Text Example
Text Example
White with #66AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF5D; }
p { color: rgb(102,175,93); }
H1.HeaderClassName
{
color: #66AF5D;
}
.AnyTagClassName
{
color: #66AF5D;
}
</style>
background-color css
<style>
a { background-color: #66AF5D; }
a { background-color: rgb(102,175,93); }
div.DivClassName
{
background-color: #66AF5D;
}
.BgClassName
{
background-color: #66AF5D;
}
</style>
border-color css
<style>
span { border-color: #66AF5D; }
span { border-color: rgb(102,175,93); }
td.TdClassName
{
border-color: #66AF5D;
}
.TagClassName
{
border-color: #66AF5D;
}
</style>