Shades of Fern #69C062
Tints of Fern #69C062
RGB
CMYK
RGB Variations
Color information
#69C062 (or 0x69C062) is known color: Fern. HEX triplet: 69, C0 and 62. RGB value is (105,192,98). Sum of RGB (Red+Green+Blue) = 105+192+98=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #69C062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C062 is #963F9D. Grayscale: #9B9B9B. Windows color (decimal): -9846686 or 6471785. OLE color: 6471785.
HSL color Cylindrical-coordinate representation of color #69C062: hue angle of 115.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C062 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 98 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.25 |
| HSL | 115.53º | 0.43% | 0.57% | - |
| HSV(B) | 115.53º | 0.49% | 0.75% | - |
| XYZ | 26.88 | 41.58 | 18.17 | - |
| YUV | 155.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 98 | 0.45 | 0 | 0.49 | 0.25 | 115.53 | 0.43 | 0.57 |
| Hex | 69 | C0 | 62 | 2D | 0 | 31 | 19 | 74 | 2B | 39 |
| Octal | 151 | 300 | 142 | 55 | 0 | 61 | 31 | 164 | 53 | 71 |
| Binary | 1101001 | 11000000 | 1100010 | 101101 | 0 | 110001 | 11001 | 1110100 | 101011 | 111001 |
Color Harmonies of #69C062
Complementary color
Monochromatic Colors of #69C062
Black with #69C062
Text Example
Text Example
White with #69C062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C062; }
p { color: rgb(105,192,98); }
H1.HeaderClassName
{
color: #69C062;
}
.AnyTagClassName
{
color: #69C062;
}
</style>
background-color css
<style>
a { background-color: #69C062; }
a { background-color: rgb(105,192,98); }
div.DivClassName
{
background-color: #69C062;
}
.BgClassName
{
background-color: #69C062;
}
</style>
border-color css
<style>
span { border-color: #69C062; }
span { border-color: rgb(105,192,98); }
td.TdClassName
{
border-color: #69C062;
}
.TagClassName
{
border-color: #69C062;
}
</style>