Shades of Fern #72B768
Tints of Fern #72B768
RGB
CMYK
RGB Variations
Color information
#72B768 (or 0x72B768) is known color: Fern. HEX triplet: 72, B7 and 68. RGB value is (114,183,104). Sum of RGB (Red+Green+Blue) = 114+183+104=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #72B768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B768 is #8D4897. Grayscale: #999999. Windows color (decimal): -9259160 or 6862706. OLE color: 6862706.
HSL color Cylindrical-coordinate representation of color #72B768: hue angle of 112.41º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72B768 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 183 | 104 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.28 |
| HSL | 112.41º | 0.35% | 0.56% | - |
| HSV(B) | 112.41º | 0.43% | 0.72% | - |
| XYZ | 26.37 | 38.44 | 19.13 | - |
| YUV | 153.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 183 | 104 | 0.38 | 0 | 0.43 | 0.28 | 112.41 | 0.35 | 0.56 |
| Hex | 72 | B7 | 68 | 26 | 0 | 2B | 1C | 70 | 23 | 38 |
| Octal | 162 | 267 | 150 | 46 | 0 | 53 | 34 | 160 | 43 | 70 |
| Binary | 1110010 | 10110111 | 1101000 | 100110 | 0 | 101011 | 11100 | 1110000 | 100011 | 111000 |
Color Harmonies of #72B768
Complementary color
Monochromatic Colors of #72B768
Black with #72B768
Text Example
Text Example
White with #72B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B768; }
p { color: rgb(114,183,104); }
H1.HeaderClassName
{
color: #72B768;
}
.AnyTagClassName
{
color: #72B768;
}
</style>
background-color css
<style>
a { background-color: #72B768; }
a { background-color: rgb(114,183,104); }
div.DivClassName
{
background-color: #72B768;
}
.BgClassName
{
background-color: #72B768;
}
</style>
border-color css
<style>
span { border-color: #72B768; }
span { border-color: rgb(114,183,104); }
td.TdClassName
{
border-color: #72B768;
}
.TagClassName
{
border-color: #72B768;
}
</style>