Shades of Fern #65B069
Tints of Fern #65B069
RGB
CMYK
RGB Variations
Color information
#65B069 (or 0x65B069) is known color: Fern. HEX triplet: 65, B0 and 69. RGB value is (101,176,105). Sum of RGB (Red+Green+Blue) = 101+176+105=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #65B069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B069 is #9A4F96. Grayscale: #919191. Windows color (decimal): -10112919 or 6926437. OLE color: 6926437.
HSL color Cylindrical-coordinate representation of color #65B069: hue angle of 123.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B069 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 176 | 105 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.31 |
| HSL | 123.2º | 0.32% | 0.54% | - |
| HSV(B) | 123.2º | 0.43% | 0.69% | - |
| XYZ | 23.44 | 34.84 | 18.85 | - |
| YUV | 145.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 105 | 0.43 | 0 | 0.40 | 0.31 | 123.2 | 0.32 | 0.54 |
| Hex | 65 | B0 | 69 | 2B | 0 | 28 | 1F | 7B | 20 | 36 |
| Octal | 145 | 260 | 151 | 53 | 0 | 50 | 37 | 173 | 40 | 66 |
| Binary | 1100101 | 10110000 | 1101001 | 101011 | 0 | 101000 | 11111 | 1111011 | 100000 | 110110 |
Color Harmonies of #65B069
Complementary color
Monochromatic Colors of #65B069
Black with #65B069
Text Example
Text Example
White with #65B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B069; }
p { color: rgb(101,176,105); }
H1.HeaderClassName
{
color: #65B069;
}
.AnyTagClassName
{
color: #65B069;
}
</style>
background-color css
<style>
a { background-color: #65B069; }
a { background-color: rgb(101,176,105); }
div.DivClassName
{
background-color: #65B069;
}
.BgClassName
{
background-color: #65B069;
}
</style>
border-color css
<style>
span { border-color: #65B069; }
span { border-color: rgb(101,176,105); }
td.TdClassName
{
border-color: #65B069;
}
.TagClassName
{
border-color: #65B069;
}
</style>