Shades of Fiji Green #5C7025
Tints of Fiji Green #5C7025
RGB
CMYK
RGB Variations
Color information
#5C7025 (or 0x5C7025) is known color: Fiji Green. HEX triplet: 5C, 70 and 25. RGB value is (92,112,37). Sum of RGB (Red+Green+Blue) = 92+112+37=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7025 is #A38FDA. Grayscale: #616161. Windows color (decimal): -10719195 or 2453596. OLE color: 2453596.
HSL color Cylindrical-coordinate representation of color #5C7025: hue angle of 76º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C7025 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 37 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.56 |
| HSL | 76º | 0.5% | 0.29% | - |
| HSV(B) | 76º | 0.67% | 0.44% | - |
| XYZ | 10.54 | 14 | 3.9 | - |
| YUV | 97.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 37 | 0.18 | 0 | 0.67 | 0.56 | 76 | 0.5 | 0.29 |
| Hex | 5C | 70 | 25 | 12 | 0 | 43 | 38 | 4C | 32 | 1D |
| Octal | 134 | 160 | 45 | 22 | 0 | 103 | 70 | 114 | 62 | 35 |
| Binary | 1011100 | 1110000 | 100101 | 10010 | 0 | 1000011 | 111000 | 1001100 | 110010 | 11101 |
Color Harmonies of #5C7025
Complementary color
Monochromatic Colors of #5C7025
Black with #5C7025
Text Example
Text Example
White with #5C7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7025; }
p { color: rgb(92,112,37); }
H1.HeaderClassName
{
color: #5C7025;
}
.AnyTagClassName
{
color: #5C7025;
}
</style>
background-color css
<style>
a { background-color: #5C7025; }
a { background-color: rgb(92,112,37); }
div.DivClassName
{
background-color: #5C7025;
}
.BgClassName
{
background-color: #5C7025;
}
</style>
border-color css
<style>
span { border-color: #5C7025; }
span { border-color: rgb(92,112,37); }
td.TdClassName
{
border-color: #5C7025;
}
.TagClassName
{
border-color: #5C7025;
}
</style>