Shades of Fern #74AF70
Tints of Fern #74AF70
RGB
CMYK
RGB Variations
Color information
#74AF70 (or 0x74AF70) is known color: Fern. HEX triplet: 74, AF and 70. RGB value is (116,175,112). Sum of RGB (Red+Green+Blue) = 116+175+112=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF70 is #8B508F. Grayscale: #969696. Windows color (decimal): -9130128 or 7384948. OLE color: 7384948.
HSL color Cylindrical-coordinate representation of color #74AF70: hue angle of 116.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74AF70 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 112 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.31 |
| HSL | 116.19º | 0.28% | 0.56% | - |
| HSV(B) | 116.19º | 0.36% | 0.69% | - |
| XYZ | 25.46 | 35.54 | 20.85 | - |
| YUV | 150.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 112 | 0.34 | 0 | 0.36 | 0.31 | 116.19 | 0.28 | 0.56 |
| Hex | 74 | AF | 70 | 22 | 0 | 24 | 1F | 74 | 1C | 38 |
| Octal | 164 | 257 | 160 | 42 | 0 | 44 | 37 | 164 | 34 | 70 |
| Binary | 1110100 | 10101111 | 1110000 | 100010 | 0 | 100100 | 11111 | 1110100 | 11100 | 111000 |
Color Harmonies of #74AF70
Complementary color
Monochromatic Colors of #74AF70
Black with #74AF70
Text Example
Text Example
White with #74AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF70; }
p { color: rgb(116,175,112); }
H1.HeaderClassName
{
color: #74AF70;
}
.AnyTagClassName
{
color: #74AF70;
}
</style>
background-color css
<style>
a { background-color: #74AF70; }
a { background-color: rgb(116,175,112); }
div.DivClassName
{
background-color: #74AF70;
}
.BgClassName
{
background-color: #74AF70;
}
</style>
border-color css
<style>
span { border-color: #74AF70; }
span { border-color: rgb(116,175,112); }
td.TdClassName
{
border-color: #74AF70;
}
.TagClassName
{
border-color: #74AF70;
}
</style>