Shades of Fern #65C769
Tints of Fern #65C769
RGB
CMYK
RGB Variations
Color information
#65C769 (or 0x65C769) is known color: Fern. HEX triplet: 65, C7 and 69. RGB value is (101,199,105). Sum of RGB (Red+Green+Blue) = 101+199+105=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #65C769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C769 is #9A3896. Grayscale: #9F9F9F. Windows color (decimal): -10107031 or 6932325. OLE color: 6932325.
HSL color Cylindrical-coordinate representation of color #65C769: hue angle of 122.45º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C769 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 105 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.22 |
| HSL | 122.45º | 0.47% | 0.59% | - |
| HSV(B) | 122.45º | 0.49% | 0.78% | - |
| XYZ | 28.34 | 44.63 | 20.49 | - |
| YUV | 158.98 | 97.53 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 105 | 0.49 | 0 | 0.47 | 0.22 | 122.45 | 0.47 | 0.59 |
| Hex | 65 | C7 | 69 | 31 | 0 | 2F | 16 | 7A | 2F | 3B |
| Octal | 145 | 307 | 151 | 61 | 0 | 57 | 26 | 172 | 57 | 73 |
| Binary | 1100101 | 11000111 | 1101001 | 110001 | 0 | 101111 | 10110 | 1111010 | 101111 | 111011 |
Color Harmonies of #65C769
Complementary color
Monochromatic Colors of #65C769
Black with #65C769
Text Example
Text Example
White with #65C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C769; }
p { color: rgb(101,199,105); }
H1.HeaderClassName
{
color: #65C769;
}
.AnyTagClassName
{
color: #65C769;
}
</style>
background-color css
<style>
a { background-color: #65C769; }
a { background-color: rgb(101,199,105); }
div.DivClassName
{
background-color: #65C769;
}
.BgClassName
{
background-color: #65C769;
}
</style>
border-color css
<style>
span { border-color: #65C769; }
span { border-color: rgb(101,199,105); }
td.TdClassName
{
border-color: #65C769;
}
.TagClassName
{
border-color: #65C769;
}
</style>