Shades of Fern #69AB63
Tints of Fern #69AB63
RGB
CMYK
RGB Variations
Color information
#69AB63 (or 0x69AB63) is known color: Fern. HEX triplet: 69, AB and 63. RGB value is (105,171,99). Sum of RGB (Red+Green+Blue) = 105+171+99=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB63 is #96549C. Grayscale: #8F8F8F. Windows color (decimal): -9852061 or 6531945. OLE color: 6531945.
HSL color Cylindrical-coordinate representation of color #69AB63: hue angle of 115º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69AB63 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 171 | 99 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.33 |
| HSL | 115º | 0.3% | 0.53% | - |
| HSV(B) | 115º | 0.42% | 0.67% | - |
| XYZ | 22.64 | 33.03 | 16.99 | - |
| YUV | 143.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 99 | 0.39 | 0 | 0.42 | 0.33 | 115 | 0.3 | 0.53 |
| Hex | 69 | AB | 63 | 27 | 0 | 2A | 21 | 73 | 1E | 35 |
| Octal | 151 | 253 | 143 | 47 | 0 | 52 | 41 | 163 | 36 | 65 |
| Binary | 1101001 | 10101011 | 1100011 | 100111 | 0 | 101010 | 100001 | 1110011 | 11110 | 110101 |
Color Harmonies of #69AB63
Complementary color
Monochromatic Colors of #69AB63
Black with #69AB63
Text Example
Text Example
White with #69AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AB63; }
p { color: rgb(105,171,99); }
H1.HeaderClassName
{
color: #69AB63;
}
.AnyTagClassName
{
color: #69AB63;
}
</style>
background-color css
<style>
a { background-color: #69AB63; }
a { background-color: rgb(105,171,99); }
div.DivClassName
{
background-color: #69AB63;
}
.BgClassName
{
background-color: #69AB63;
}
</style>
border-color css
<style>
span { border-color: #69AB63; }
span { border-color: rgb(105,171,99); }
td.TdClassName
{
border-color: #69AB63;
}
.TagClassName
{
border-color: #69AB63;
}
</style>