Shades of Fern #69B572
Tints of Fern #69B572
RGB
CMYK
RGB Variations
Color information
#69B572 (or 0x69B572) is known color: Fern. HEX triplet: 69, B5 and 72. RGB value is (105,181,114). Sum of RGB (Red+Green+Blue) = 105+181+114=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #69B572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B572 is #964A8D. Grayscale: #969696. Windows color (decimal): -9849486 or 7517545. OLE color: 7517545.
HSL color Cylindrical-coordinate representation of color #69B572: hue angle of 127.11º 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 #69B572 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 181 | 114 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.29 |
| HSL | 127.11º | 0.34% | 0.56% | - |
| HSV(B) | 127.11º | 0.42% | 0.71% | - |
| XYZ | 25.39 | 37.27 | 21.77 | - |
| YUV | 150.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 114 | 0.42 | 0 | 0.37 | 0.29 | 127.11 | 0.34 | 0.56 |
| Hex | 69 | B5 | 72 | 2A | 0 | 25 | 1D | 7F | 22 | 38 |
| Octal | 151 | 265 | 162 | 52 | 0 | 45 | 35 | 177 | 42 | 70 |
| Binary | 1101001 | 10110101 | 1110010 | 101010 | 0 | 100101 | 11101 | 1111111 | 100010 | 111000 |
Color Harmonies of #69B572
Complementary color
Monochromatic Colors of #69B572
Black with #69B572
Text Example
Text Example
White with #69B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B572; }
p { color: rgb(105,181,114); }
H1.HeaderClassName
{
color: #69B572;
}
.AnyTagClassName
{
color: #69B572;
}
</style>
background-color css
<style>
a { background-color: #69B572; }
a { background-color: rgb(105,181,114); }
div.DivClassName
{
background-color: #69B572;
}
.BgClassName
{
background-color: #69B572;
}
</style>
border-color css
<style>
span { border-color: #69B572; }
span { border-color: rgb(105,181,114); }
td.TdClassName
{
border-color: #69B572;
}
.TagClassName
{
border-color: #69B572;
}
</style>