Shades of Fern #69C277
Tints of Fern #69C277
RGB
CMYK
RGB Variations
Color information
#69C277 (or 0x69C277) is known color: Fern. HEX triplet: 69, C2 and 77. RGB value is (105,194,119). Sum of RGB (Red+Green+Blue) = 105+194+119=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #69C277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C277 is #963D88. Grayscale: #9F9F9F. Windows color (decimal): -9846153 or 7848553. OLE color: 7848553.
HSL color Cylindrical-coordinate representation of color #69C277: hue angle of 129.44º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C277 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 119 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.24 |
| HSL | 129.44º | 0.42% | 0.59% | - |
| HSV(B) | 129.44º | 0.46% | 0.76% | - |
| XYZ | 28.45 | 42.92 | 24.24 | - |
| YUV | 158.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 119 | 0.46 | 0 | 0.39 | 0.24 | 129.44 | 0.42 | 0.59 |
| Hex | 69 | C2 | 77 | 2E | 0 | 27 | 18 | 81 | 2A | 3B |
| Octal | 151 | 302 | 167 | 56 | 0 | 47 | 30 | 201 | 52 | 73 |
| Binary | 1101001 | 11000010 | 1110111 | 101110 | 0 | 100111 | 11000 | 10000001 | 101010 | 111011 |
Color Harmonies of #69C277
Complementary color
Monochromatic Colors of #69C277
Black with #69C277
Text Example
Text Example
White with #69C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C277; }
p { color: rgb(105,194,119); }
H1.HeaderClassName
{
color: #69C277;
}
.AnyTagClassName
{
color: #69C277;
}
</style>
background-color css
<style>
a { background-color: #69C277; }
a { background-color: rgb(105,194,119); }
div.DivClassName
{
background-color: #69C277;
}
.BgClassName
{
background-color: #69C277;
}
</style>
border-color css
<style>
span { border-color: #69C277; }
span { border-color: rgb(105,194,119); }
td.TdClassName
{
border-color: #69C277;
}
.TagClassName
{
border-color: #69C277;
}
</style>