Shades of Fern #69B16B
Tints of Fern #69B16B
RGB
CMYK
RGB Variations
Color information
#69B16B (or 0x69B16B) is known color: Fern. HEX triplet: 69, B1 and 6B. RGB value is (105,177,107). Sum of RGB (Red+Green+Blue) = 105+177+107=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #69B16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B16B is #964E94. Grayscale: #939393. Windows color (decimal): -9850517 or 7057769. OLE color: 7057769.
HSL color Cylindrical-coordinate representation of color #69B16B: hue angle of 121.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B16B is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 177 | 107 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.31 |
| HSL | 121.67º | 0.32% | 0.55% | - |
| HSV(B) | 121.67º | 0.41% | 0.69% | - |
| XYZ | 24.2 | 35.51 | 19.49 | - |
| YUV | 147.49 | 105.15 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 177 | 107 | 0.41 | 0 | 0.40 | 0.31 | 121.67 | 0.32 | 0.55 |
| Hex | 69 | B1 | 6B | 29 | 0 | 28 | 1F | 7A | 20 | 37 |
| Octal | 151 | 261 | 153 | 51 | 0 | 50 | 37 | 172 | 40 | 67 |
| Binary | 1101001 | 10110001 | 1101011 | 101001 | 0 | 101000 | 11111 | 1111010 | 100000 | 110111 |
Color Harmonies of #69B16B
Complementary color
Monochromatic Colors of #69B16B
Black with #69B16B
Text Example
Text Example
White with #69B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B16B; }
p { color: rgb(105,177,107); }
H1.HeaderClassName
{
color: #69B16B;
}
.AnyTagClassName
{
color: #69B16B;
}
</style>
background-color css
<style>
a { background-color: #69B16B; }
a { background-color: rgb(105,177,107); }
div.DivClassName
{
background-color: #69B16B;
}
.BgClassName
{
background-color: #69B16B;
}
</style>
border-color css
<style>
span { border-color: #69B16B; }
span { border-color: rgb(105,177,107); }
td.TdClassName
{
border-color: #69B16B;
}
.TagClassName
{
border-color: #69B16B;
}
</style>