Shades of Fern #69C673
Tints of Fern #69C673
RGB
CMYK
RGB Variations
Color information
#69C673 (or 0x69C673) is known color: Fern. HEX triplet: 69, C6 and 73. RGB value is (105,198,115). Sum of RGB (Red+Green+Blue) = 105+198+115=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #69C673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C673 is #96398C. Grayscale: #A0A0A0. Windows color (decimal): -9845133 or 7587433. OLE color: 7587433.
HSL color Cylindrical-coordinate representation of color #69C673: hue angle of 126.45º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C673 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 198 | 115 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.22 |
| HSL | 126.45º | 0.45% | 0.59% | - |
| HSV(B) | 126.45º | 0.47% | 0.78% | - |
| XYZ | 29.11 | 44.63 | 23.3 | - |
| YUV | 160.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 198 | 115 | 0.47 | 0 | 0.42 | 0.22 | 126.45 | 0.45 | 0.59 |
| Hex | 69 | C6 | 73 | 2F | 0 | 2A | 16 | 7E | 2D | 3B |
| Octal | 151 | 306 | 163 | 57 | 0 | 52 | 26 | 176 | 55 | 73 |
| Binary | 1101001 | 11000110 | 1110011 | 101111 | 0 | 101010 | 10110 | 1111110 | 101101 | 111011 |
Color Harmonies of #69C673
Complementary color
Monochromatic Colors of #69C673
Black with #69C673
Text Example
Text Example
White with #69C673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C673; }
p { color: rgb(105,198,115); }
H1.HeaderClassName
{
color: #69C673;
}
.AnyTagClassName
{
color: #69C673;
}
</style>
background-color css
<style>
a { background-color: #69C673; }
a { background-color: rgb(105,198,115); }
div.DivClassName
{
background-color: #69C673;
}
.BgClassName
{
background-color: #69C673;
}
</style>
border-color css
<style>
span { border-color: #69C673; }
span { border-color: rgb(105,198,115); }
td.TdClassName
{
border-color: #69C673;
}
.TagClassName
{
border-color: #69C673;
}
</style>