Shades of Fern #66B37B
Tints of Fern #66B37B
RGB
CMYK
RGB Variations
Color information
#66B37B (or 0x66B37B) is known color: Fern. HEX triplet: 66, B3 and 7B. RGB value is (102,179,123). Sum of RGB (Red+Green+Blue) = 102+179+123=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #66B37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B37B is #994C84. Grayscale: #959595. Windows color (decimal): -10046597 or 8106854. OLE color: 8106854.
HSL color Cylindrical-coordinate representation of color #66B37B: hue angle of 136.36º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B37B is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 123 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.30 |
| HSL | 136.36º | 0.34% | 0.55% | - |
| HSV(B) | 136.36º | 0.43% | 0.7% | - |
| XYZ | 25.17 | 36.5 | 24.46 | - |
| YUV | 149.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 123 | 0.43 | 0 | 0.31 | 0.30 | 136.36 | 0.34 | 0.55 |
| Hex | 66 | B3 | 7B | 2B | 0 | 1F | 1E | 88 | 22 | 37 |
| Octal | 146 | 263 | 173 | 53 | 0 | 37 | 36 | 210 | 42 | 67 |
| Binary | 1100110 | 10110011 | 1111011 | 101011 | 0 | 11111 | 11110 | 10001000 | 100010 | 110111 |
Color Harmonies of #66B37B
Complementary color
Monochromatic Colors of #66B37B
Black with #66B37B
Text Example
Text Example
White with #66B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B37B; }
p { color: rgb(102,179,123); }
H1.HeaderClassName
{
color: #66B37B;
}
.AnyTagClassName
{
color: #66B37B;
}
</style>
background-color css
<style>
a { background-color: #66B37B; }
a { background-color: rgb(102,179,123); }
div.DivClassName
{
background-color: #66B37B;
}
.BgClassName
{
background-color: #66B37B;
}
</style>
border-color css
<style>
span { border-color: #66B37B; }
span { border-color: rgb(102,179,123); }
td.TdClassName
{
border-color: #66B37B;
}
.TagClassName
{
border-color: #66B37B;
}
</style>