Shades of Fern #69B576
Tints of Fern #69B576
RGB
CMYK
RGB Variations
Color information
#69B576 (or 0x69B576) is known color: Fern. HEX triplet: 69, B5 and 76. RGB value is (105,181,118). Sum of RGB (Red+Green+Blue) = 105+181+118=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #69B576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B576 is #964A89. Grayscale: #979797. Windows color (decimal): -9849482 or 7779689. OLE color: 7779689.
HSL color Cylindrical-coordinate representation of color #69B576: hue angle of 130.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B576 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 181 | 118 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.29 |
| HSL | 130.26º | 0.34% | 0.56% | - |
| HSV(B) | 130.26º | 0.42% | 0.71% | - |
| XYZ | 25.62 | 37.36 | 23 | - |
| YUV | 151.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 118 | 0.42 | 0 | 0.35 | 0.29 | 130.26 | 0.34 | 0.56 |
| Hex | 69 | B5 | 76 | 2A | 0 | 23 | 1D | 82 | 22 | 38 |
| Octal | 151 | 265 | 166 | 52 | 0 | 43 | 35 | 202 | 42 | 70 |
| Binary | 1101001 | 10110101 | 1110110 | 101010 | 0 | 100011 | 11101 | 10000010 | 100010 | 111000 |
Color Harmonies of #69B576
Complementary color
Monochromatic Colors of #69B576
Black with #69B576
Text Example
Text Example
White with #69B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B576; }
p { color: rgb(105,181,118); }
H1.HeaderClassName
{
color: #69B576;
}
.AnyTagClassName
{
color: #69B576;
}
</style>
background-color css
<style>
a { background-color: #69B576; }
a { background-color: rgb(105,181,118); }
div.DivClassName
{
background-color: #69B576;
}
.BgClassName
{
background-color: #69B576;
}
</style>
border-color css
<style>
span { border-color: #69B576; }
span { border-color: rgb(105,181,118); }
td.TdClassName
{
border-color: #69B576;
}
.TagClassName
{
border-color: #69B576;
}
</style>