Shades of Fern #74AC74
Tints of Fern #74AC74
RGB
CMYK
RGB Variations
Color information
#74AC74 (or 0x74AC74) is known color: Fern. HEX triplet: 74, AC and 74. RGB value is (116,172,116). Sum of RGB (Red+Green+Blue) = 116+172+116=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC74 is #8B538B. Grayscale: #959595. Windows color (decimal): -9130892 or 7646324. OLE color: 7646324.
HSL color Cylindrical-coordinate representation of color #74AC74: hue angle of 120º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AC74 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 116 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.33 |
| HSL | 120º | 0.25% | 0.56% | - |
| HSV(B) | 120º | 0.33% | 0.67% | - |
| XYZ | 25.11 | 34.48 | 21.85 | - |
| YUV | 148.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 116 | 0.33 | 0 | 0.33 | 0.33 | 120 | 0.25 | 0.56 |
| Hex | 74 | AC | 74 | 21 | 0 | 21 | 21 | 78 | 19 | 38 |
| Octal | 164 | 254 | 164 | 41 | 0 | 41 | 41 | 170 | 31 | 70 |
| Binary | 1110100 | 10101100 | 1110100 | 100001 | 0 | 100001 | 100001 | 1111000 | 11001 | 111000 |
Color Harmonies of #74AC74
Complementary color
Monochromatic Colors of #74AC74
Black with #74AC74
Text Example
Text Example
White with #74AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC74; }
p { color: rgb(116,172,116); }
H1.HeaderClassName
{
color: #74AC74;
}
.AnyTagClassName
{
color: #74AC74;
}
</style>
background-color css
<style>
a { background-color: #74AC74; }
a { background-color: rgb(116,172,116); }
div.DivClassName
{
background-color: #74AC74;
}
.BgClassName
{
background-color: #74AC74;
}
</style>
border-color css
<style>
span { border-color: #74AC74; }
span { border-color: rgb(116,172,116); }
td.TdClassName
{
border-color: #74AC74;
}
.TagClassName
{
border-color: #74AC74;
}
</style>