Shades of Fern #69C27B
Tints of Fern #69C27B
RGB
CMYK
RGB Variations
Color information
#69C27B (or 0x69C27B) is known color: Fern. HEX triplet: 69, C2 and 7B. RGB value is (105,194,123). Sum of RGB (Red+Green+Blue) = 105+194+123=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #69C27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C27B is #963D84. Grayscale: #9F9F9F. Windows color (decimal): -9846149 or 8110697. OLE color: 8110697.
HSL color Cylindrical-coordinate representation of color #69C27B: hue angle of 132.13º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C27B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 123 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.24 |
| HSL | 132.13º | 0.42% | 0.59% | - |
| HSV(B) | 132.13º | 0.46% | 0.76% | - |
| XYZ | 28.69 | 43.02 | 25.53 | - |
| YUV | 159.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 123 | 0.46 | 0 | 0.37 | 0.24 | 132.13 | 0.42 | 0.59 |
| Hex | 69 | C2 | 7B | 2E | 0 | 25 | 18 | 84 | 2A | 3B |
| Octal | 151 | 302 | 173 | 56 | 0 | 45 | 30 | 204 | 52 | 73 |
| Binary | 1101001 | 11000010 | 1111011 | 101110 | 0 | 100101 | 11000 | 10000100 | 101010 | 111011 |
Color Harmonies of #69C27B
Complementary color
Monochromatic Colors of #69C27B
Black with #69C27B
Text Example
Text Example
White with #69C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C27B; }
p { color: rgb(105,194,123); }
H1.HeaderClassName
{
color: #69C27B;
}
.AnyTagClassName
{
color: #69C27B;
}
</style>
background-color css
<style>
a { background-color: #69C27B; }
a { background-color: rgb(105,194,123); }
div.DivClassName
{
background-color: #69C27B;
}
.BgClassName
{
background-color: #69C27B;
}
</style>
border-color css
<style>
span { border-color: #69C27B; }
span { border-color: rgb(105,194,123); }
td.TdClassName
{
border-color: #69C27B;
}
.TagClassName
{
border-color: #69C27B;
}
</style>