Shades of Fern #69C967
Tints of Fern #69C967
RGB
CMYK
RGB Variations
Color information
#69C967 (or 0x69C967) is known color: Fern. HEX triplet: 69, C9 and 67. RGB value is (105,201,103). Sum of RGB (Red+Green+Blue) = 105+201+103=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #69C967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C967 is #963698. Grayscale: #A1A1A1. Windows color (decimal): -9844377 or 6801769. OLE color: 6801769.
HSL color Cylindrical-coordinate representation of color #69C967: hue angle of 118.78º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C967 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 201 | 103 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.21 |
| HSL | 118.78º | 0.48% | 0.6% | - |
| HSV(B) | 118.78º | 0.49% | 0.79% | - |
| XYZ | 29.16 | 45.76 | 20.13 | - |
| YUV | 161.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 103 | 0.48 | 0 | 0.49 | 0.21 | 118.78 | 0.48 | 0.6 |
| Hex | 69 | C9 | 67 | 30 | 0 | 31 | 15 | 77 | 30 | 3C |
| Octal | 151 | 311 | 147 | 60 | 0 | 61 | 25 | 167 | 60 | 74 |
| Binary | 1101001 | 11001001 | 1100111 | 110000 | 0 | 110001 | 10101 | 1110111 | 110000 | 111100 |
Color Harmonies of #69C967
Complementary color
Monochromatic Colors of #69C967
Black with #69C967
Text Example
Text Example
White with #69C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C967; }
p { color: rgb(105,201,103); }
H1.HeaderClassName
{
color: #69C967;
}
.AnyTagClassName
{
color: #69C967;
}
</style>
background-color css
<style>
a { background-color: #69C967; }
a { background-color: rgb(105,201,103); }
div.DivClassName
{
background-color: #69C967;
}
.BgClassName
{
background-color: #69C967;
}
</style>
border-color css
<style>
span { border-color: #69C967; }
span { border-color: rgb(105,201,103); }
td.TdClassName
{
border-color: #69C967;
}
.TagClassName
{
border-color: #69C967;
}
</style>