Shades of Fern #66BA69
Tints of Fern #66BA69
RGB
CMYK
RGB Variations
Color information
#66BA69 (or 0x66BA69) is known color: Fern. HEX triplet: 66, BA and 69. RGB value is (102,186,105). Sum of RGB (Red+Green+Blue) = 102+186+105=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA69 is #994596. Grayscale: #979797. Windows color (decimal): -10044823 or 6928998. OLE color: 6928998.
HSL color Cylindrical-coordinate representation of color #66BA69: hue angle of 122.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA69 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 105 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.27 |
| HSL | 122.14º | 0.38% | 0.56% | - |
| HSV(B) | 122.14º | 0.45% | 0.73% | - |
| XYZ | 25.59 | 38.96 | 19.54 | - |
| YUV | 151.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 105 | 0.45 | 0 | 0.44 | 0.27 | 122.14 | 0.38 | 0.56 |
| Hex | 66 | BA | 69 | 2D | 0 | 2C | 1B | 7A | 26 | 38 |
| Octal | 146 | 272 | 151 | 55 | 0 | 54 | 33 | 172 | 46 | 70 |
| Binary | 1100110 | 10111010 | 1101001 | 101101 | 0 | 101100 | 11011 | 1111010 | 100110 | 111000 |
Color Harmonies of #66BA69
Complementary color
Monochromatic Colors of #66BA69
Black with #66BA69
Text Example
Text Example
White with #66BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA69; }
p { color: rgb(102,186,105); }
H1.HeaderClassName
{
color: #66BA69;
}
.AnyTagClassName
{
color: #66BA69;
}
</style>
background-color css
<style>
a { background-color: #66BA69; }
a { background-color: rgb(102,186,105); }
div.DivClassName
{
background-color: #66BA69;
}
.BgClassName
{
background-color: #66BA69;
}
</style>
border-color css
<style>
span { border-color: #66BA69; }
span { border-color: rgb(102,186,105); }
td.TdClassName
{
border-color: #66BA69;
}
.TagClassName
{
border-color: #66BA69;
}
</style>