Shades of Fern #69C067
Tints of Fern #69C067
RGB
CMYK
RGB Variations
Color information
#69C067 (or 0x69C067) is known color: Fern. HEX triplet: 69, C0 and 67. RGB value is (105,192,103). Sum of RGB (Red+Green+Blue) = 105+192+103=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #69C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C067 is #963F98. Grayscale: #9C9C9C. Windows color (decimal): -9846681 or 6799465. OLE color: 6799465.
HSL color Cylindrical-coordinate representation of color #69C067: hue angle of 118.65º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C067 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 103 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.25 |
| HSL | 118.65º | 0.41% | 0.58% | - |
| HSV(B) | 118.65º | 0.46% | 0.75% | - |
| XYZ | 27.12 | 41.68 | 19.45 | - |
| YUV | 155.84 | 98.18 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 103 | 0.45 | 0 | 0.46 | 0.25 | 118.65 | 0.41 | 0.58 |
| Hex | 69 | C0 | 67 | 2D | 0 | 2E | 19 | 77 | 29 | 3A |
| Octal | 151 | 300 | 147 | 55 | 0 | 56 | 31 | 167 | 51 | 72 |
| Binary | 1101001 | 11000000 | 1100111 | 101101 | 0 | 101110 | 11001 | 1110111 | 101001 | 111010 |
Color Harmonies of #69C067
Complementary color
Monochromatic Colors of #69C067
Black with #69C067
Text Example
Text Example
White with #69C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C067; }
p { color: rgb(105,192,103); }
H1.HeaderClassName
{
color: #69C067;
}
.AnyTagClassName
{
color: #69C067;
}
</style>
background-color css
<style>
a { background-color: #69C067; }
a { background-color: rgb(105,192,103); }
div.DivClassName
{
background-color: #69C067;
}
.BgClassName
{
background-color: #69C067;
}
</style>
border-color css
<style>
span { border-color: #69C067; }
span { border-color: rgb(105,192,103); }
td.TdClassName
{
border-color: #69C067;
}
.TagClassName
{
border-color: #69C067;
}
</style>