Shades of Fern #66C068
Tints of Fern #66C068
RGB
CMYK
RGB Variations
Color information
#66C068 (or 0x66C068) is known color: Fern. HEX triplet: 66, C0 and 68. RGB value is (102,192,104). Sum of RGB (Red+Green+Blue) = 102+192+104=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #66C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C068 is #993F97. Grayscale: #9B9B9B. Windows color (decimal): -10043288 or 6864998. OLE color: 6864998.
HSL color Cylindrical-coordinate representation of color #66C068: hue angle of 121.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C068 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 104 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.25 |
| HSL | 121.33º | 0.42% | 0.58% | - |
| HSV(B) | 121.33º | 0.47% | 0.75% | - |
| XYZ | 26.83 | 41.52 | 19.7 | - |
| YUV | 155.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 104 | 0.47 | 0 | 0.46 | 0.25 | 121.33 | 0.42 | 0.58 |
| Hex | 66 | C0 | 68 | 2F | 0 | 2E | 19 | 79 | 2A | 3A |
| Octal | 146 | 300 | 150 | 57 | 0 | 56 | 31 | 171 | 52 | 72 |
| Binary | 1100110 | 11000000 | 1101000 | 101111 | 0 | 101110 | 11001 | 1111001 | 101010 | 111010 |
Color Harmonies of #66C068
Complementary color
Monochromatic Colors of #66C068
Black with #66C068
Text Example
Text Example
White with #66C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C068; }
p { color: rgb(102,192,104); }
H1.HeaderClassName
{
color: #66C068;
}
.AnyTagClassName
{
color: #66C068;
}
</style>
background-color css
<style>
a { background-color: #66C068; }
a { background-color: rgb(102,192,104); }
div.DivClassName
{
background-color: #66C068;
}
.BgClassName
{
background-color: #66C068;
}
</style>
border-color css
<style>
span { border-color: #66C068; }
span { border-color: rgb(102,192,104); }
td.TdClassName
{
border-color: #66C068;
}
.TagClassName
{
border-color: #66C068;
}
</style>