Shades of Fern #66B77A
Tints of Fern #66B77A
RGB
CMYK
RGB Variations
Color information
#66B77A (or 0x66B77A) is known color: Fern. HEX triplet: 66, B7 and 7A. RGB value is (102,183,122). Sum of RGB (Red+Green+Blue) = 102+183+122=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #66B77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B77A is #994885. Grayscale: #979797. Windows color (decimal): -10045574 or 8042342. OLE color: 8042342.
HSL color Cylindrical-coordinate representation of color #66B77A: hue angle of 134.81º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B77A is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 122 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.28 |
| HSL | 134.81º | 0.36% | 0.56% | - |
| HSV(B) | 134.81º | 0.44% | 0.72% | - |
| XYZ | 25.93 | 38.1 | 24.4 | - |
| YUV | 151.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 122 | 0.44 | 0 | 0.33 | 0.28 | 134.81 | 0.36 | 0.56 |
| Hex | 66 | B7 | 7A | 2C | 0 | 21 | 1C | 87 | 24 | 38 |
| Octal | 146 | 267 | 172 | 54 | 0 | 41 | 34 | 207 | 44 | 70 |
| Binary | 1100110 | 10110111 | 1111010 | 101100 | 0 | 100001 | 11100 | 10000111 | 100100 | 111000 |
Color Harmonies of #66B77A
Complementary color
Monochromatic Colors of #66B77A
Black with #66B77A
Text Example
Text Example
White with #66B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B77A; }
p { color: rgb(102,183,122); }
H1.HeaderClassName
{
color: #66B77A;
}
.AnyTagClassName
{
color: #66B77A;
}
</style>
background-color css
<style>
a { background-color: #66B77A; }
a { background-color: rgb(102,183,122); }
div.DivClassName
{
background-color: #66B77A;
}
.BgClassName
{
background-color: #66B77A;
}
</style>
border-color css
<style>
span { border-color: #66B77A; }
span { border-color: rgb(102,183,122); }
td.TdClassName
{
border-color: #66B77A;
}
.TagClassName
{
border-color: #66B77A;
}
</style>