Shades of Fern #5CAC67
Tints of Fern #5CAC67
RGB
CMYK
RGB Variations
Color information
#5CAC67 (or 0x5CAC67) is known color: Fern. HEX triplet: 5C, AC and 67. RGB value is (92,172,103). Sum of RGB (Red+Green+Blue) = 92+172+103=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC67 is #A35398. Grayscale: #8C8C8C. Windows color (decimal): -10703769 or 6794332. OLE color: 6794332.
HSL color Cylindrical-coordinate representation of color #5CAC67: hue angle of 128.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAC67 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 103 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.33 |
| HSL | 128.25º | 0.33% | 0.52% | - |
| HSV(B) | 128.25º | 0.47% | 0.67% | - |
| XYZ | 21.61 | 32.76 | 18.02 | - |
| YUV | 140.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 103 | 0.47 | 0 | 0.40 | 0.33 | 128.25 | 0.33 | 0.52 |
| Hex | 5C | AC | 67 | 2F | 0 | 28 | 21 | 80 | 21 | 34 |
| Octal | 134 | 254 | 147 | 57 | 0 | 50 | 41 | 200 | 41 | 64 |
| Binary | 1011100 | 10101100 | 1100111 | 101111 | 0 | 101000 | 100001 | 10000000 | 100001 | 110100 |
Color Harmonies of #5CAC67
Complementary color
Monochromatic Colors of #5CAC67
Black with #5CAC67
Text Example
Text Example
White with #5CAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAC67; }
p { color: rgb(92,172,103); }
H1.HeaderClassName
{
color: #5CAC67;
}
.AnyTagClassName
{
color: #5CAC67;
}
</style>
background-color css
<style>
a { background-color: #5CAC67; }
a { background-color: rgb(92,172,103); }
div.DivClassName
{
background-color: #5CAC67;
}
.BgClassName
{
background-color: #5CAC67;
}
</style>
border-color css
<style>
span { border-color: #5CAC67; }
span { border-color: rgb(92,172,103); }
td.TdClassName
{
border-color: #5CAC67;
}
.TagClassName
{
border-color: #5CAC67;
}
</style>