Shades of Fern #69B874
Tints of Fern #69B874
RGB
CMYK
RGB Variations
Color information
#69B874 (or 0x69B874) is known color: Fern. HEX triplet: 69, B8 and 74. RGB value is (105,184,116). Sum of RGB (Red+Green+Blue) = 105+184+116=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #69B874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B874 is #96478B. Grayscale: #989898. Windows color (decimal): -9848716 or 7649385. OLE color: 7649385.
HSL color Cylindrical-coordinate representation of color #69B874: hue angle of 128.35º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B874 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 184 | 116 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.28 |
| HSL | 128.35º | 0.36% | 0.57% | - |
| HSV(B) | 128.35º | 0.43% | 0.72% | - |
| XYZ | 26.12 | 38.55 | 22.59 | - |
| YUV | 152.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 184 | 116 | 0.43 | 0 | 0.37 | 0.28 | 128.35 | 0.36 | 0.57 |
| Hex | 69 | B8 | 74 | 2B | 0 | 25 | 1C | 80 | 24 | 39 |
| Octal | 151 | 270 | 164 | 53 | 0 | 45 | 34 | 200 | 44 | 71 |
| Binary | 1101001 | 10111000 | 1110100 | 101011 | 0 | 100101 | 11100 | 10000000 | 100100 | 111001 |
Color Harmonies of #69B874
Complementary color
Monochromatic Colors of #69B874
Black with #69B874
Text Example
Text Example
White with #69B874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B874; }
p { color: rgb(105,184,116); }
H1.HeaderClassName
{
color: #69B874;
}
.AnyTagClassName
{
color: #69B874;
}
</style>
background-color css
<style>
a { background-color: #69B874; }
a { background-color: rgb(105,184,116); }
div.DivClassName
{
background-color: #69B874;
}
.BgClassName
{
background-color: #69B874;
}
</style>
border-color css
<style>
span { border-color: #69B874; }
span { border-color: rgb(105,184,116); }
td.TdClassName
{
border-color: #69B874;
}
.TagClassName
{
border-color: #69B874;
}
</style>