Shades of Fern #69C173
Tints of Fern #69C173
RGB
CMYK
RGB Variations
Color information
#69C173 (or 0x69C173) is known color: Fern. HEX triplet: 69, C1 and 73. RGB value is (105,193,115). Sum of RGB (Red+Green+Blue) = 105+193+115=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #69C173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C173 is #963E8C. Grayscale: #9E9E9E. Windows color (decimal): -9846413 or 7586153. OLE color: 7586153.
HSL color Cylindrical-coordinate representation of color #69C173: hue angle of 126.82º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C173 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 115 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.24 |
| HSL | 126.82º | 0.42% | 0.58% | - |
| HSV(B) | 126.82º | 0.46% | 0.76% | - |
| XYZ | 27.99 | 42.38 | 22.92 | - |
| YUV | 157.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 115 | 0.46 | 0 | 0.40 | 0.24 | 126.82 | 0.42 | 0.58 |
| Hex | 69 | C1 | 73 | 2E | 0 | 28 | 18 | 7F | 2A | 3A |
| Octal | 151 | 301 | 163 | 56 | 0 | 50 | 30 | 177 | 52 | 72 |
| Binary | 1101001 | 11000001 | 1110011 | 101110 | 0 | 101000 | 11000 | 1111111 | 101010 | 111010 |
Color Harmonies of #69C173
Complementary color
Monochromatic Colors of #69C173
Black with #69C173
Text Example
Text Example
White with #69C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C173; }
p { color: rgb(105,193,115); }
H1.HeaderClassName
{
color: #69C173;
}
.AnyTagClassName
{
color: #69C173;
}
</style>
background-color css
<style>
a { background-color: #69C173; }
a { background-color: rgb(105,193,115); }
div.DivClassName
{
background-color: #69C173;
}
.BgClassName
{
background-color: #69C173;
}
</style>
border-color css
<style>
span { border-color: #69C173; }
span { border-color: rgb(105,193,115); }
td.TdClassName
{
border-color: #69C173;
}
.TagClassName
{
border-color: #69C173;
}
</style>