Shades of Fern #67B770
Tints of Fern #67B770
RGB
CMYK
RGB Variations
Color information
#67B770 (or 0x67B770) is known color: Fern. HEX triplet: 67, B7 and 70. RGB value is (103,183,112). Sum of RGB (Red+Green+Blue) = 103+183+112=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #67B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67B770 is #98488F. Grayscale: #979797. Windows color (decimal): -9980048 or 7386983. OLE color: 7386983.
HSL color Cylindrical-coordinate representation of color #67B770: hue angle of 126.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67B770 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 183 | 112 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.28 |
| HSL | 126.75º | 0.36% | 0.56% | - |
| HSV(B) | 126.75º | 0.44% | 0.72% | - |
| XYZ | 25.45 | 37.92 | 21.31 | - |
| YUV | 150.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 183 | 112 | 0.44 | 0 | 0.39 | 0.28 | 126.75 | 0.36 | 0.56 |
| Hex | 67 | B7 | 70 | 2C | 0 | 27 | 1C | 7F | 24 | 38 |
| Octal | 147 | 267 | 160 | 54 | 0 | 47 | 34 | 177 | 44 | 70 |
| Binary | 1100111 | 10110111 | 1110000 | 101100 | 0 | 100111 | 11100 | 1111111 | 100100 | 111000 |
Color Harmonies of #67B770
Complementary color
Monochromatic Colors of #67B770
Black with #67B770
Text Example
Text Example
White with #67B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B770; }
p { color: rgb(103,183,112); }
H1.HeaderClassName
{
color: #67B770;
}
.AnyTagClassName
{
color: #67B770;
}
</style>
background-color css
<style>
a { background-color: #67B770; }
a { background-color: rgb(103,183,112); }
div.DivClassName
{
background-color: #67B770;
}
.BgClassName
{
background-color: #67B770;
}
</style>
border-color css
<style>
span { border-color: #67B770; }
span { border-color: rgb(103,183,112); }
td.TdClassName
{
border-color: #67B770;
}
.TagClassName
{
border-color: #67B770;
}
</style>