Shades of Fern #67B275
Tints of Fern #67B275
RGB
CMYK
RGB Variations
Color information
#67B275 (or 0x67B275) is known color: Fern. HEX triplet: 67, B2 and 75. RGB value is (103,178,117). Sum of RGB (Red+Green+Blue) = 103+178+117=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #67B275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67B275 is #984D8A. Grayscale: #949494. Windows color (decimal): -9981323 or 7713383. OLE color: 7713383.
HSL color Cylindrical-coordinate representation of color #67B275: hue angle of 131.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67B275 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 178 | 117 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.30 |
| HSL | 131.2º | 0.33% | 0.55% | - |
| HSV(B) | 131.2º | 0.42% | 0.7% | - |
| XYZ | 24.72 | 36.01 | 22.48 | - |
| YUV | 148.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 178 | 117 | 0.42 | 0 | 0.34 | 0.30 | 131.2 | 0.33 | 0.55 |
| Hex | 67 | B2 | 75 | 2A | 0 | 22 | 1E | 83 | 21 | 37 |
| Octal | 147 | 262 | 165 | 52 | 0 | 42 | 36 | 203 | 41 | 67 |
| Binary | 1100111 | 10110010 | 1110101 | 101010 | 0 | 100010 | 11110 | 10000011 | 100001 | 110111 |
Color Harmonies of #67B275
Complementary color
Monochromatic Colors of #67B275
Black with #67B275
Text Example
Text Example
White with #67B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B275; }
p { color: rgb(103,178,117); }
H1.HeaderClassName
{
color: #67B275;
}
.AnyTagClassName
{
color: #67B275;
}
</style>
background-color css
<style>
a { background-color: #67B275; }
a { background-color: rgb(103,178,117); }
div.DivClassName
{
background-color: #67B275;
}
.BgClassName
{
background-color: #67B275;
}
</style>
border-color css
<style>
span { border-color: #67B275; }
span { border-color: rgb(103,178,117); }
td.TdClassName
{
border-color: #67B275;
}
.TagClassName
{
border-color: #67B275;
}
</style>