Shades of Fern #69C96F
Tints of Fern #69C96F
RGB
CMYK
RGB Variations
Color information
#69C96F (or 0x69C96F) is known color: Fern. HEX triplet: 69, C9 and 6F. RGB value is (105,201,111). Sum of RGB (Red+Green+Blue) = 105+201+111=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #69C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C96F is #963690. Grayscale: #A2A2A2. Windows color (decimal): -9844369 or 7326057. OLE color: 7326057.
HSL color Cylindrical-coordinate representation of color #69C96F: hue angle of 123.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C96F is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 201 | 111 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.21 |
| HSL | 123.75º | 0.47% | 0.6% | - |
| HSV(B) | 123.75º | 0.48% | 0.79% | - |
| XYZ | 29.58 | 45.92 | 22.34 | - |
| YUV | 162.04 | 99.2 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 111 | 0.48 | 0 | 0.45 | 0.21 | 123.75 | 0.47 | 0.6 |
| Hex | 69 | C9 | 6F | 30 | 0 | 2D | 15 | 7C | 2F | 3C |
| Octal | 151 | 311 | 157 | 60 | 0 | 55 | 25 | 174 | 57 | 74 |
| Binary | 1101001 | 11001001 | 1101111 | 110000 | 0 | 101101 | 10101 | 1111100 | 101111 | 111100 |
Color Harmonies of #69C96F
Complementary color
Monochromatic Colors of #69C96F
Black with #69C96F
Text Example
Text Example
White with #69C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C96F; }
p { color: rgb(105,201,111); }
H1.HeaderClassName
{
color: #69C96F;
}
.AnyTagClassName
{
color: #69C96F;
}
</style>
background-color css
<style>
a { background-color: #69C96F; }
a { background-color: rgb(105,201,111); }
div.DivClassName
{
background-color: #69C96F;
}
.BgClassName
{
background-color: #69C96F;
}
</style>
border-color css
<style>
span { border-color: #69C96F; }
span { border-color: rgb(105,201,111); }
td.TdClassName
{
border-color: #69C96F;
}
.TagClassName
{
border-color: #69C96F;
}
</style>