Shades of Fern #65B17D
Tints of Fern #65B17D
RGB
CMYK
RGB Variations
Color information
#65B17D (or 0x65B17D) is known color: Fern. HEX triplet: 65, B1 and 7D. RGB value is (101,177,125). Sum of RGB (Red+Green+Blue) = 101+177+125=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #65B17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B17D is #9A4E82. Grayscale: #949494. Windows color (decimal): -10112643 or 8237413. OLE color: 8237413.
HSL color Cylindrical-coordinate representation of color #65B17D: hue angle of 138.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B17D is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 177 | 125 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.31 |
| HSL | 138.95º | 0.33% | 0.55% | - |
| HSV(B) | 138.95º | 0.43% | 0.69% | - |
| XYZ | 24.79 | 35.69 | 24.98 | - |
| YUV | 148.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 177 | 125 | 0.43 | 0 | 0.29 | 0.31 | 138.95 | 0.33 | 0.55 |
| Hex | 65 | B1 | 7D | 2B | 0 | 1D | 1F | 8B | 21 | 37 |
| Octal | 145 | 261 | 175 | 53 | 0 | 35 | 37 | 213 | 41 | 67 |
| Binary | 1100101 | 10110001 | 1111101 | 101011 | 0 | 11101 | 11111 | 10001011 | 100001 | 110111 |
Color Harmonies of #65B17D
Complementary color
Monochromatic Colors of #65B17D
Black with #65B17D
Text Example
Text Example
White with #65B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B17D; }
p { color: rgb(101,177,125); }
H1.HeaderClassName
{
color: #65B17D;
}
.AnyTagClassName
{
color: #65B17D;
}
</style>
background-color css
<style>
a { background-color: #65B17D; }
a { background-color: rgb(101,177,125); }
div.DivClassName
{
background-color: #65B17D;
}
.BgClassName
{
background-color: #65B17D;
}
</style>
border-color css
<style>
span { border-color: #65B17D; }
span { border-color: rgb(101,177,125); }
td.TdClassName
{
border-color: #65B17D;
}
.TagClassName
{
border-color: #65B17D;
}
</style>