Shades of Fern #66B363
Tints of Fern #66B363
RGB
CMYK
RGB Variations
Color information
#66B363 (or 0x66B363) is known color: Fern. HEX triplet: 66, B3 and 63. RGB value is (102,179,99). Sum of RGB (Red+Green+Blue) = 102+179+99=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #66B363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B363 is #994C9C. Grayscale: #939393. Windows color (decimal): -10046621 or 6533990. OLE color: 6533990.
HSL color Cylindrical-coordinate representation of color #66B363: hue angle of 117.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B363 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 99 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.30 |
| HSL | 117.75º | 0.34% | 0.55% | - |
| HSV(B) | 117.75º | 0.45% | 0.7% | - |
| XYZ | 23.85 | 35.97 | 17.49 | - |
| YUV | 146.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 99 | 0.43 | 0 | 0.45 | 0.30 | 117.75 | 0.34 | 0.55 |
| Hex | 66 | B3 | 63 | 2B | 0 | 2D | 1E | 76 | 22 | 37 |
| Octal | 146 | 263 | 143 | 53 | 0 | 55 | 36 | 166 | 42 | 67 |
| Binary | 1100110 | 10110011 | 1100011 | 101011 | 0 | 101101 | 11110 | 1110110 | 100010 | 110111 |
Color Harmonies of #66B363
Complementary color
Monochromatic Colors of #66B363
Black with #66B363
Text Example
Text Example
White with #66B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B363; }
p { color: rgb(102,179,99); }
H1.HeaderClassName
{
color: #66B363;
}
.AnyTagClassName
{
color: #66B363;
}
</style>
background-color css
<style>
a { background-color: #66B363; }
a { background-color: rgb(102,179,99); }
div.DivClassName
{
background-color: #66B363;
}
.BgClassName
{
background-color: #66B363;
}
</style>
border-color css
<style>
span { border-color: #66B363; }
span { border-color: rgb(102,179,99); }
td.TdClassName
{
border-color: #66B363;
}
.TagClassName
{
border-color: #66B363;
}
</style>