Shades of Fiji Green #5C7403
Tints of Fiji Green #5C7403
RGB
CMYK
RGB Variations
Color information
#5C7403 (or 0x5C7403) is known color: Fiji Green. HEX triplet: 5C, 74 and 03. RGB value is (92,116,3). Sum of RGB (Red+Green+Blue) = 92+116+3=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7403 is #A38BFC. Grayscale: #606060. Windows color (decimal): -10718205 or 226396. OLE color: 226396.
HSL color Cylindrical-coordinate representation of color #5C7403: hue angle of 72.74º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C7403 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 116 | 3 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.55 |
| HSL | 72.74º | 0.95% | 0.23% | - |
| HSV(B) | 72.74º | 0.97% | 0.45% | - |
| XYZ | 10.68 | 14.77 | 2.37 | - |
| YUV | 95.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 3 | 0.21 | 0 | 0.97 | 0.55 | 72.74 | 0.95 | 0.23 |
| Hex | 5C | 74 | 3 | 15 | 0 | 61 | 37 | 49 | 5F | 17 |
| Octal | 134 | 164 | 3 | 25 | 0 | 141 | 67 | 111 | 137 | 27 |
| Binary | 1011100 | 1110100 | 11 | 10101 | 0 | 1100001 | 110111 | 1001001 | 1011111 | 10111 |
Color Harmonies of #5C7403
Complementary color
Monochromatic Colors of #5C7403
Black with #5C7403
Text Example
Text Example
White with #5C7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7403; }
p { color: rgb(92,116,3); }
H1.HeaderClassName
{
color: #5C7403;
}
.AnyTagClassName
{
color: #5C7403;
}
</style>
background-color css
<style>
a { background-color: #5C7403; }
a { background-color: rgb(92,116,3); }
div.DivClassName
{
background-color: #5C7403;
}
.BgClassName
{
background-color: #5C7403;
}
</style>
border-color css
<style>
span { border-color: #5C7403; }
span { border-color: rgb(92,116,3); }
td.TdClassName
{
border-color: #5C7403;
}
.TagClassName
{
border-color: #5C7403;
}
</style>