Shades of Fern #72AF7A
Tints of Fern #72AF7A
RGB
CMYK
RGB Variations
Color information
#72AF7A (or 0x72AF7A) is known color: Fern. HEX triplet: 72, AF and 7A. RGB value is (114,175,122). Sum of RGB (Red+Green+Blue) = 114+175+122=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AF7A is #8D5085. Grayscale: #969696. Windows color (decimal): -9261190 or 8040306. OLE color: 8040306.
HSL color Cylindrical-coordinate representation of color #72AF7A: hue angle of 127.87º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72AF7A is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 175 | 122 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.31 |
| HSL | 127.87º | 0.28% | 0.57% | - |
| HSV(B) | 127.87º | 0.35% | 0.69% | - |
| XYZ | 25.78 | 35.64 | 23.93 | - |
| YUV | 150.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 175 | 122 | 0.35 | 0 | 0.30 | 0.31 | 127.87 | 0.28 | 0.57 |
| Hex | 72 | AF | 7A | 23 | 0 | 1E | 1F | 80 | 1C | 39 |
| Octal | 162 | 257 | 172 | 43 | 0 | 36 | 37 | 200 | 34 | 71 |
| Binary | 1110010 | 10101111 | 1111010 | 100011 | 0 | 11110 | 11111 | 10000000 | 11100 | 111001 |
Color Harmonies of #72AF7A
Complementary color
Monochromatic Colors of #72AF7A
Black with #72AF7A
Text Example
Text Example
White with #72AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AF7A; }
p { color: rgb(114,175,122); }
H1.HeaderClassName
{
color: #72AF7A;
}
.AnyTagClassName
{
color: #72AF7A;
}
</style>
background-color css
<style>
a { background-color: #72AF7A; }
a { background-color: rgb(114,175,122); }
div.DivClassName
{
background-color: #72AF7A;
}
.BgClassName
{
background-color: #72AF7A;
}
</style>
border-color css
<style>
span { border-color: #72AF7A; }
span { border-color: rgb(114,175,122); }
td.TdClassName
{
border-color: #72AF7A;
}
.TagClassName
{
border-color: #72AF7A;
}
</style>