Shades of Fern #69AF63
Tints of Fern #69AF63
RGB
CMYK
RGB Variations
Color information
#69AF63 (or 0x69AF63) is known color: Fern. HEX triplet: 69, AF and 63. RGB value is (105,175,99). Sum of RGB (Red+Green+Blue) = 105+175+99=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF63 is #96509C. Grayscale: #919191. Windows color (decimal): -9851037 or 6532969. OLE color: 6532969.
HSL color Cylindrical-coordinate representation of color #69AF63: hue angle of 115.26º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69AF63 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 175 | 99 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.31 |
| HSL | 115.26º | 0.32% | 0.54% | - |
| HSV(B) | 115.26º | 0.43% | 0.69% | - |
| XYZ | 23.41 | 34.56 | 17.24 | - |
| YUV | 145.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 99 | 0.40 | 0 | 0.43 | 0.31 | 115.26 | 0.32 | 0.54 |
| Hex | 69 | AF | 63 | 28 | 0 | 2B | 1F | 73 | 20 | 36 |
| Octal | 151 | 257 | 143 | 50 | 0 | 53 | 37 | 163 | 40 | 66 |
| Binary | 1101001 | 10101111 | 1100011 | 101000 | 0 | 101011 | 11111 | 1110011 | 100000 | 110110 |
Color Harmonies of #69AF63
Complementary color
Monochromatic Colors of #69AF63
Black with #69AF63
Text Example
Text Example
White with #69AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AF63; }
p { color: rgb(105,175,99); }
H1.HeaderClassName
{
color: #69AF63;
}
.AnyTagClassName
{
color: #69AF63;
}
</style>
background-color css
<style>
a { background-color: #69AF63; }
a { background-color: rgb(105,175,99); }
div.DivClassName
{
background-color: #69AF63;
}
.BgClassName
{
background-color: #69AF63;
}
</style>
border-color css
<style>
span { border-color: #69AF63; }
span { border-color: rgb(105,175,99); }
td.TdClassName
{
border-color: #69AF63;
}
.TagClassName
{
border-color: #69AF63;
}
</style>