Shades of Fiji Green #5C7520
Tints of Fiji Green #5C7520
RGB
CMYK
RGB Variations
Color information
#5C7520 (or 0x5C7520) is known color: Fiji Green. HEX triplet: 5C, 75 and 20. RGB value is (92,117,32). Sum of RGB (Red+Green+Blue) = 92+117+32=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7520 is #A38ADF. Grayscale: #646464. Windows color (decimal): -10717920 or 2127196. OLE color: 2127196.
HSL color Cylindrical-coordinate representation of color #5C7520: hue angle of 77.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C7520 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 32 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.54 |
| HSL | 77.65º | 0.57% | 0.29% | - |
| HSV(B) | 77.65º | 0.73% | 0.46% | - |
| XYZ | 11.04 | 15.1 | 3.7 | - |
| YUV | 99.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 32 | 0.21 | 0 | 0.73 | 0.54 | 77.65 | 0.57 | 0.29 |
| Hex | 5C | 75 | 20 | 15 | 0 | 49 | 36 | 4E | 39 | 1D |
| Octal | 134 | 165 | 40 | 25 | 0 | 111 | 66 | 116 | 71 | 35 |
| Binary | 1011100 | 1110101 | 100000 | 10101 | 0 | 1001001 | 110110 | 1001110 | 111001 | 11101 |
Color Harmonies of #5C7520
Complementary color
Monochromatic Colors of #5C7520
Black with #5C7520
Text Example
Text Example
White with #5C7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7520; }
p { color: rgb(92,117,32); }
H1.HeaderClassName
{
color: #5C7520;
}
.AnyTagClassName
{
color: #5C7520;
}
</style>
background-color css
<style>
a { background-color: #5C7520; }
a { background-color: rgb(92,117,32); }
div.DivClassName
{
background-color: #5C7520;
}
.BgClassName
{
background-color: #5C7520;
}
</style>
border-color css
<style>
span { border-color: #5C7520; }
span { border-color: rgb(92,117,32); }
td.TdClassName
{
border-color: #5C7520;
}
.TagClassName
{
border-color: #5C7520;
}
</style>