Shades of Fern #65B275
Tints of Fern #65B275
RGB
CMYK
RGB Variations
Color information
#65B275 (or 0x65B275) is known color: Fern. HEX triplet: 65, B2 and 75. RGB value is (101,178,117). Sum of RGB (Red+Green+Blue) = 101+178+117=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #65B275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B275 is #9A4D8A. Grayscale: #949494. Windows color (decimal): -10112395 or 7713381. OLE color: 7713381.
HSL color Cylindrical-coordinate representation of color #65B275: hue angle of 132.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B275 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 117 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.30 |
| HSL | 132.47º | 0.33% | 0.55% | - |
| HSV(B) | 132.47º | 0.43% | 0.7% | - |
| XYZ | 24.5 | 35.89 | 22.47 | - |
| YUV | 148.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 117 | 0.43 | 0 | 0.34 | 0.30 | 132.47 | 0.33 | 0.55 |
| Hex | 65 | B2 | 75 | 2B | 0 | 22 | 1E | 84 | 21 | 37 |
| Octal | 145 | 262 | 165 | 53 | 0 | 42 | 36 | 204 | 41 | 67 |
| Binary | 1100101 | 10110010 | 1110101 | 101011 | 0 | 100010 | 11110 | 10000100 | 100001 | 110111 |
Color Harmonies of #65B275
Complementary color
Monochromatic Colors of #65B275
Black with #65B275
Text Example
Text Example
White with #65B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B275; }
p { color: rgb(101,178,117); }
H1.HeaderClassName
{
color: #65B275;
}
.AnyTagClassName
{
color: #65B275;
}
</style>
background-color css
<style>
a { background-color: #65B275; }
a { background-color: rgb(101,178,117); }
div.DivClassName
{
background-color: #65B275;
}
.BgClassName
{
background-color: #65B275;
}
</style>
border-color css
<style>
span { border-color: #65B275; }
span { border-color: rgb(101,178,117); }
td.TdClassName
{
border-color: #65B275;
}
.TagClassName
{
border-color: #65B275;
}
</style>