Shades of Fern #72BA69
Tints of Fern #72BA69
RGB
CMYK
RGB Variations
Color information
#72BA69 (or 0x72BA69) is known color: Fern. HEX triplet: 72, BA and 69. RGB value is (114,186,105). Sum of RGB (Red+Green+Blue) = 114+186+105=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA69 is #8D4596. Grayscale: #9B9B9B. Windows color (decimal): -9258391 or 6929010. OLE color: 6929010.
HSL color Cylindrical-coordinate representation of color #72BA69: hue angle of 113.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BA69 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 105 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.27 |
| HSL | 113.33º | 0.37% | 0.57% | - |
| HSV(B) | 113.33º | 0.44% | 0.73% | - |
| XYZ | 27.05 | 39.72 | 19.6 | - |
| YUV | 155.24 | 99.65 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 105 | 0.39 | 0 | 0.44 | 0.27 | 113.33 | 0.37 | 0.57 |
| Hex | 72 | BA | 69 | 27 | 0 | 2C | 1B | 71 | 25 | 39 |
| Octal | 162 | 272 | 151 | 47 | 0 | 54 | 33 | 161 | 45 | 71 |
| Binary | 1110010 | 10111010 | 1101001 | 100111 | 0 | 101100 | 11011 | 1110001 | 100101 | 111001 |
Color Harmonies of #72BA69
Complementary color
Monochromatic Colors of #72BA69
Black with #72BA69
Text Example
Text Example
White with #72BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA69; }
p { color: rgb(114,186,105); }
H1.HeaderClassName
{
color: #72BA69;
}
.AnyTagClassName
{
color: #72BA69;
}
</style>
background-color css
<style>
a { background-color: #72BA69; }
a { background-color: rgb(114,186,105); }
div.DivClassName
{
background-color: #72BA69;
}
.BgClassName
{
background-color: #72BA69;
}
</style>
border-color css
<style>
span { border-color: #72BA69; }
span { border-color: rgb(114,186,105); }
td.TdClassName
{
border-color: #72BA69;
}
.TagClassName
{
border-color: #72BA69;
}
</style>