Shades of Fern #66B072
Tints of Fern #66B072
RGB
CMYK
RGB Variations
Color information
#66B072 (or 0x66B072) is known color: Fern. HEX triplet: 66, B0 and 72. RGB value is (102,176,114). Sum of RGB (Red+Green+Blue) = 102+176+114=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #66B072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B072 is #994F8D. Grayscale: #929292. Windows color (decimal): -10047374 or 7516262. OLE color: 7516262.
HSL color Cylindrical-coordinate representation of color #66B072: hue angle of 129.73º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B072 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 176 | 114 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.31 |
| HSL | 129.73º | 0.32% | 0.55% | - |
| HSV(B) | 129.73º | 0.42% | 0.69% | - |
| XYZ | 24.04 | 35.09 | 21.43 | - |
| YUV | 146.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 114 | 0.42 | 0 | 0.35 | 0.31 | 129.73 | 0.32 | 0.55 |
| Hex | 66 | B0 | 72 | 2A | 0 | 23 | 1F | 82 | 20 | 37 |
| Octal | 146 | 260 | 162 | 52 | 0 | 43 | 37 | 202 | 40 | 67 |
| Binary | 1100110 | 10110000 | 1110010 | 101010 | 0 | 100011 | 11111 | 10000010 | 100000 | 110111 |
Color Harmonies of #66B072
Complementary color
Monochromatic Colors of #66B072
Black with #66B072
Text Example
Text Example
White with #66B072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B072; }
p { color: rgb(102,176,114); }
H1.HeaderClassName
{
color: #66B072;
}
.AnyTagClassName
{
color: #66B072;
}
</style>
background-color css
<style>
a { background-color: #66B072; }
a { background-color: rgb(102,176,114); }
div.DivClassName
{
background-color: #66B072;
}
.BgClassName
{
background-color: #66B072;
}
</style>
border-color css
<style>
span { border-color: #66B072; }
span { border-color: rgb(102,176,114); }
td.TdClassName
{
border-color: #66B072;
}
.TagClassName
{
border-color: #66B072;
}
</style>