Shades of Fern #74B275
Tints of Fern #74B275
RGB
CMYK
RGB Variations
Color information
#74B275 (or 0x74B275) is known color: Fern. HEX triplet: 74, B2 and 75. RGB value is (116,178,117). Sum of RGB (Red+Green+Blue) = 116+178+117=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #74B275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B275 is #8B4D8A. Grayscale: #989898. Windows color (decimal): -9129355 or 7713396. OLE color: 7713396.
HSL color Cylindrical-coordinate representation of color #74B275: hue angle of 120.97º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B275 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 178 | 117 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.30 |
| HSL | 120.97º | 0.29% | 0.58% | - |
| HSV(B) | 120.97º | 0.35% | 0.7% | - |
| XYZ | 26.33 | 36.84 | 22.55 | - |
| YUV | 152.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 117 | 0.35 | 0 | 0.34 | 0.30 | 120.97 | 0.29 | 0.58 |
| Hex | 74 | B2 | 75 | 23 | 0 | 22 | 1E | 79 | 1D | 3A |
| Octal | 164 | 262 | 165 | 43 | 0 | 42 | 36 | 171 | 35 | 72 |
| Binary | 1110100 | 10110010 | 1110101 | 100011 | 0 | 100010 | 11110 | 1111001 | 11101 | 111010 |
Color Harmonies of #74B275
Complementary color
Monochromatic Colors of #74B275
Black with #74B275
Text Example
Text Example
White with #74B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B275; }
p { color: rgb(116,178,117); }
H1.HeaderClassName
{
color: #74B275;
}
.AnyTagClassName
{
color: #74B275;
}
</style>
background-color css
<style>
a { background-color: #74B275; }
a { background-color: rgb(116,178,117); }
div.DivClassName
{
background-color: #74B275;
}
.BgClassName
{
background-color: #74B275;
}
</style>
border-color css
<style>
span { border-color: #74B275; }
span { border-color: rgb(116,178,117); }
td.TdClassName
{
border-color: #74B275;
}
.TagClassName
{
border-color: #74B275;
}
</style>