Shades of Fern #65B07A
Tints of Fern #65B07A
RGB
CMYK
RGB Variations
Color information
#65B07A (or 0x65B07A) is known color: Fern. HEX triplet: 65, B0 and 7A. RGB value is (101,176,122). Sum of RGB (Red+Green+Blue) = 101+176+122=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #65B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B07A is #9A4F85. Grayscale: #939393. Windows color (decimal): -10112902 or 8040549. OLE color: 8040549.
HSL color Cylindrical-coordinate representation of color #65B07A: hue angle of 136.8º 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 #65B07A is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 176 | 122 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.31 |
| HSL | 136.8º | 0.32% | 0.54% | - |
| HSV(B) | 136.8º | 0.43% | 0.69% | - |
| XYZ | 24.41 | 35.22 | 23.92 | - |
| YUV | 147.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 122 | 0.43 | 0 | 0.31 | 0.31 | 136.8 | 0.32 | 0.54 |
| Hex | 65 | B0 | 7A | 2B | 0 | 1F | 1F | 89 | 20 | 36 |
| Octal | 145 | 260 | 172 | 53 | 0 | 37 | 37 | 211 | 40 | 66 |
| Binary | 1100101 | 10110000 | 1111010 | 101011 | 0 | 11111 | 11111 | 10001001 | 100000 | 110110 |
Color Harmonies of #65B07A
Complementary color
Monochromatic Colors of #65B07A
Black with #65B07A
Text Example
Text Example
White with #65B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B07A; }
p { color: rgb(101,176,122); }
H1.HeaderClassName
{
color: #65B07A;
}
.AnyTagClassName
{
color: #65B07A;
}
</style>
background-color css
<style>
a { background-color: #65B07A; }
a { background-color: rgb(101,176,122); }
div.DivClassName
{
background-color: #65B07A;
}
.BgClassName
{
background-color: #65B07A;
}
</style>
border-color css
<style>
span { border-color: #65B07A; }
span { border-color: rgb(101,176,122); }
td.TdClassName
{
border-color: #65B07A;
}
.TagClassName
{
border-color: #65B07A;
}
</style>