Shades of Fern #74B77B
Tints of Fern #74B77B
RGB
CMYK
RGB Variations
Color information
#74B77B (or 0x74B77B) is known color: Fern. HEX triplet: 74, B7 and 7B. RGB value is (116,183,123). Sum of RGB (Red+Green+Blue) = 116+183+123=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #74B77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B77B is #8B4884. Grayscale: #9C9C9C. Windows color (decimal): -9128069 or 8107892. OLE color: 8107892.
HSL color Cylindrical-coordinate representation of color #74B77B: hue angle of 126.27º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B77B is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 123 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.28 |
| HSL | 126.27º | 0.32% | 0.59% | - |
| HSV(B) | 126.27º | 0.37% | 0.72% | - |
| XYZ | 27.71 | 39.01 | 24.81 | - |
| YUV | 156.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 123 | 0.37 | 0 | 0.33 | 0.28 | 126.27 | 0.32 | 0.59 |
| Hex | 74 | B7 | 7B | 25 | 0 | 21 | 1C | 7E | 20 | 3B |
| Octal | 164 | 267 | 173 | 45 | 0 | 41 | 34 | 176 | 40 | 73 |
| Binary | 1110100 | 10110111 | 1111011 | 100101 | 0 | 100001 | 11100 | 1111110 | 100000 | 111011 |
Color Harmonies of #74B77B
Complementary color
Monochromatic Colors of #74B77B
Black with #74B77B
Text Example
Text Example
White with #74B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B77B; }
p { color: rgb(116,183,123); }
H1.HeaderClassName
{
color: #74B77B;
}
.AnyTagClassName
{
color: #74B77B;
}
</style>
background-color css
<style>
a { background-color: #74B77B; }
a { background-color: rgb(116,183,123); }
div.DivClassName
{
background-color: #74B77B;
}
.BgClassName
{
background-color: #74B77B;
}
</style>
border-color css
<style>
span { border-color: #74B77B; }
span { border-color: rgb(116,183,123); }
td.TdClassName
{
border-color: #74B77B;
}
.TagClassName
{
border-color: #74B77B;
}
</style>