Shades of Fern #66B27D
Tints of Fern #66B27D
RGB
CMYK
RGB Variations
Color information
#66B27D (or 0x66B27D) is known color: Fern. HEX triplet: 66, B2 and 7D. RGB value is (102,178,125). Sum of RGB (Red+Green+Blue) = 102+178+125=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #66B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B27D is #994D82. Grayscale: #959595. Windows color (decimal): -10046851 or 8237670. OLE color: 8237670.
HSL color Cylindrical-coordinate representation of color #66B27D: hue angle of 138.16º degrees, saturation: 0.33, 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 #66B27D is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 178 | 125 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.30 |
| HSL | 138.16º | 0.33% | 0.55% | - |
| HSV(B) | 138.16º | 0.43% | 0.7% | - |
| XYZ | 25.1 | 36.15 | 25.06 | - |
| YUV | 149.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 125 | 0.43 | 0 | 0.30 | 0.30 | 138.16 | 0.33 | 0.55 |
| Hex | 66 | B2 | 7D | 2B | 0 | 1E | 1E | 8A | 21 | 37 |
| Octal | 146 | 262 | 175 | 53 | 0 | 36 | 36 | 212 | 41 | 67 |
| Binary | 1100110 | 10110010 | 1111101 | 101011 | 0 | 11110 | 11110 | 10001010 | 100001 | 110111 |
Color Harmonies of #66B27D
Complementary color
Monochromatic Colors of #66B27D
Black with #66B27D
Text Example
Text Example
White with #66B27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B27D; }
p { color: rgb(102,178,125); }
H1.HeaderClassName
{
color: #66B27D;
}
.AnyTagClassName
{
color: #66B27D;
}
</style>
background-color css
<style>
a { background-color: #66B27D; }
a { background-color: rgb(102,178,125); }
div.DivClassName
{
background-color: #66B27D;
}
.BgClassName
{
background-color: #66B27D;
}
</style>
border-color css
<style>
span { border-color: #66B27D; }
span { border-color: rgb(102,178,125); }
td.TdClassName
{
border-color: #66B27D;
}
.TagClassName
{
border-color: #66B27D;
}
</style>