Shades of Fern #65B17C
Tints of Fern #65B17C
RGB
CMYK
RGB Variations
Color information
#65B17C (or 0x65B17C) is known color: Fern. HEX triplet: 65, B1 and 7C. RGB value is (101,177,124). Sum of RGB (Red+Green+Blue) = 101+177+124=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #65B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B17C is #9A4E83. Grayscale: #949494. Windows color (decimal): -10112644 or 8171877. OLE color: 8171877.
HSL color Cylindrical-coordinate representation of color #65B17C: hue angle of 138.16º 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 #65B17C is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 177 | 124 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.31 |
| HSL | 138.16º | 0.33% | 0.55% | - |
| HSV(B) | 138.16º | 0.43% | 0.69% | - |
| XYZ | 24.73 | 35.67 | 24.65 | - |
| YUV | 148.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 177 | 124 | 0.43 | 0 | 0.30 | 0.31 | 138.16 | 0.33 | 0.55 |
| Hex | 65 | B1 | 7C | 2B | 0 | 1E | 1F | 8A | 21 | 37 |
| Octal | 145 | 261 | 174 | 53 | 0 | 36 | 37 | 212 | 41 | 67 |
| Binary | 1100101 | 10110001 | 1111100 | 101011 | 0 | 11110 | 11111 | 10001010 | 100001 | 110111 |
Color Harmonies of #65B17C
Complementary color
Monochromatic Colors of #65B17C
Black with #65B17C
Text Example
Text Example
White with #65B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B17C; }
p { color: rgb(101,177,124); }
H1.HeaderClassName
{
color: #65B17C;
}
.AnyTagClassName
{
color: #65B17C;
}
</style>
background-color css
<style>
a { background-color: #65B17C; }
a { background-color: rgb(101,177,124); }
div.DivClassName
{
background-color: #65B17C;
}
.BgClassName
{
background-color: #65B17C;
}
</style>
border-color css
<style>
span { border-color: #65B17C; }
span { border-color: rgb(101,177,124); }
td.TdClassName
{
border-color: #65B17C;
}
.TagClassName
{
border-color: #65B17C;
}
</style>