Shades of Fern #69C172
Tints of Fern #69C172
RGB
CMYK
RGB Variations
Color information
#69C172 (or 0x69C172) is known color: Fern. HEX triplet: 69, C1 and 72. RGB value is (105,193,114). Sum of RGB (Red+Green+Blue) = 105+193+114=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #69C172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C172 is #963E8D. Grayscale: #9D9D9D. Windows color (decimal): -9846414 or 7520617. OLE color: 7520617.
HSL color Cylindrical-coordinate representation of color #69C172: hue angle of 126.14º 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 #69C172 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 114 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.24 |
| HSL | 126.14º | 0.42% | 0.58% | - |
| HSV(B) | 126.14º | 0.46% | 0.76% | - |
| XYZ | 27.93 | 42.36 | 22.62 | - |
| YUV | 157.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 114 | 0.46 | 0 | 0.41 | 0.24 | 126.14 | 0.42 | 0.58 |
| Hex | 69 | C1 | 72 | 2E | 0 | 29 | 18 | 7E | 2A | 3A |
| Octal | 151 | 301 | 162 | 56 | 0 | 51 | 30 | 176 | 52 | 72 |
| Binary | 1101001 | 11000001 | 1110010 | 101110 | 0 | 101001 | 11000 | 1111110 | 101010 | 111010 |
Color Harmonies of #69C172
Complementary color
Monochromatic Colors of #69C172
Black with #69C172
Text Example
Text Example
White with #69C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C172; }
p { color: rgb(105,193,114); }
H1.HeaderClassName
{
color: #69C172;
}
.AnyTagClassName
{
color: #69C172;
}
</style>
background-color css
<style>
a { background-color: #69C172; }
a { background-color: rgb(105,193,114); }
div.DivClassName
{
background-color: #69C172;
}
.BgClassName
{
background-color: #69C172;
}
</style>
border-color css
<style>
span { border-color: #69C172; }
span { border-color: rgb(105,193,114); }
td.TdClassName
{
border-color: #69C172;
}
.TagClassName
{
border-color: #69C172;
}
</style>