Shades of Fern #69C060
Tints of Fern #69C060
RGB
CMYK
RGB Variations
Color information
#69C060 (or 0x69C060) is known color: Fern. HEX triplet: 69, C0 and 60. RGB value is (105,192,96). Sum of RGB (Red+Green+Blue) = 105+192+96=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #69C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C060 is #963F9F. Grayscale: #9B9B9B. Windows color (decimal): -9846688 or 6340713. OLE color: 6340713.
HSL color Cylindrical-coordinate representation of color #69C060: hue angle of 114.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69C060 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 96 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.25 |
| HSL | 114.38º | 0.43% | 0.56% | - |
| HSV(B) | 114.38º | 0.5% | 0.75% | - |
| XYZ | 26.79 | 41.55 | 17.67 | - |
| YUV | 155.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 96 | 0.45 | 0 | 0.50 | 0.25 | 114.38 | 0.43 | 0.56 |
| Hex | 69 | C0 | 60 | 2D | 0 | 32 | 19 | 72 | 2B | 38 |
| Octal | 151 | 300 | 140 | 55 | 0 | 62 | 31 | 162 | 53 | 70 |
| Binary | 1101001 | 11000000 | 1100000 | 101101 | 0 | 110010 | 11001 | 1110010 | 101011 | 111000 |
Color Harmonies of #69C060
Complementary color
Monochromatic Colors of #69C060
Black with #69C060
Text Example
Text Example
White with #69C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C060; }
p { color: rgb(105,192,96); }
H1.HeaderClassName
{
color: #69C060;
}
.AnyTagClassName
{
color: #69C060;
}
</style>
background-color css
<style>
a { background-color: #69C060; }
a { background-color: rgb(105,192,96); }
div.DivClassName
{
background-color: #69C060;
}
.BgClassName
{
background-color: #69C060;
}
</style>
border-color css
<style>
span { border-color: #69C060; }
span { border-color: rgb(105,192,96); }
td.TdClassName
{
border-color: #69C060;
}
.TagClassName
{
border-color: #69C060;
}
</style>