Shades of Fern #69C372
Tints of Fern #69C372
RGB
CMYK
RGB Variations
Color information
#69C372 (or 0x69C372) is known color: Fern. HEX triplet: 69, C3 and 72. RGB value is (105,195,114). Sum of RGB (Red+Green+Blue) = 105+195+114=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #69C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C372 is #963C8D. Grayscale: #9F9F9F. Windows color (decimal): -9845902 or 7521129. OLE color: 7521129.
HSL color Cylindrical-coordinate representation of color #69C372: hue angle of 126º degrees, saturation: 0.43, 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 #69C372 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 114 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.24 |
| HSL | 126º | 0.43% | 0.59% | - |
| HSV(B) | 126º | 0.46% | 0.76% | - |
| XYZ | 28.38 | 43.25 | 22.77 | - |
| YUV | 158.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 114 | 0.46 | 0 | 0.42 | 0.24 | 126 | 0.43 | 0.59 |
| Hex | 69 | C3 | 72 | 2E | 0 | 2A | 18 | 7E | 2B | 3B |
| Octal | 151 | 303 | 162 | 56 | 0 | 52 | 30 | 176 | 53 | 73 |
| Binary | 1101001 | 11000011 | 1110010 | 101110 | 0 | 101010 | 11000 | 1111110 | 101011 | 111011 |
Color Harmonies of #69C372
Complementary color
Monochromatic Colors of #69C372
Black with #69C372
Text Example
Text Example
White with #69C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C372; }
p { color: rgb(105,195,114); }
H1.HeaderClassName
{
color: #69C372;
}
.AnyTagClassName
{
color: #69C372;
}
</style>
background-color css
<style>
a { background-color: #69C372; }
a { background-color: rgb(105,195,114); }
div.DivClassName
{
background-color: #69C372;
}
.BgClassName
{
background-color: #69C372;
}
</style>
border-color css
<style>
span { border-color: #69C372; }
span { border-color: rgb(105,195,114); }
td.TdClassName
{
border-color: #69C372;
}
.TagClassName
{
border-color: #69C372;
}
</style>