Shades of Fern #69BC7B
Tints of Fern #69BC7B
RGB
CMYK
RGB Variations
Color information
#69BC7B (or 0x69BC7B) is known color: Fern. HEX triplet: 69, BC and 7B. RGB value is (105,188,123). Sum of RGB (Red+Green+Blue) = 105+188+123=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC7B is #964384. Grayscale: #9B9B9B. Windows color (decimal): -9847685 or 8109161. OLE color: 8109161.
HSL color Cylindrical-coordinate representation of color #69BC7B: hue angle of 133.01º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BC7B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 123 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.26 |
| HSL | 133.01º | 0.38% | 0.57% | - |
| HSV(B) | 133.01º | 0.44% | 0.74% | - |
| XYZ | 27.38 | 40.4 | 25.09 | - |
| YUV | 155.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 123 | 0.44 | 0 | 0.35 | 0.26 | 133.01 | 0.38 | 0.57 |
| Hex | 69 | BC | 7B | 2C | 0 | 23 | 1A | 85 | 26 | 39 |
| Octal | 151 | 274 | 173 | 54 | 0 | 43 | 32 | 205 | 46 | 71 |
| Binary | 1101001 | 10111100 | 1111011 | 101100 | 0 | 100011 | 11010 | 10000101 | 100110 | 111001 |
Color Harmonies of #69BC7B
Complementary color
Monochromatic Colors of #69BC7B
Black with #69BC7B
Text Example
Text Example
White with #69BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC7B; }
p { color: rgb(105,188,123); }
H1.HeaderClassName
{
color: #69BC7B;
}
.AnyTagClassName
{
color: #69BC7B;
}
</style>
background-color css
<style>
a { background-color: #69BC7B; }
a { background-color: rgb(105,188,123); }
div.DivClassName
{
background-color: #69BC7B;
}
.BgClassName
{
background-color: #69BC7B;
}
</style>
border-color css
<style>
span { border-color: #69BC7B; }
span { border-color: rgb(105,188,123); }
td.TdClassName
{
border-color: #69BC7B;
}
.TagClassName
{
border-color: #69BC7B;
}
</style>