Shades of Fiji Green #5C7F03
Tints of Fiji Green #5C7F03
RGB
CMYK
RGB Variations
Color information
#5C7F03 (or 0x5C7F03) is known color: Fiji Green. HEX triplet: 5C, 7F and 03. RGB value is (92,127,3). Sum of RGB (Red+Green+Blue) = 92+127+3=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #5C7F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7F03 is #A380FC. Grayscale: #666666. Windows color (decimal): -10715389 or 229212. OLE color: 229212.
HSL color Cylindrical-coordinate representation of color #5C7F03: hue angle of 76.94º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C7F03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 127 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.50 |
| HSL | 76.94º | 0.95% | 0.25% | - |
| HSV(B) | 76.94º | 0.98% | 0.5% | - |
| XYZ | 12.02 | 17.46 | 2.82 | - |
| YUV | 102.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 3 | 0.28 | 0 | 0.98 | 0.50 | 76.94 | 0.95 | 0.25 |
| Hex | 5C | 7F | 3 | 1C | 0 | 62 | 32 | 4D | 5F | 19 |
| Octal | 134 | 177 | 3 | 34 | 0 | 142 | 62 | 115 | 137 | 31 |
| Binary | 1011100 | 1111111 | 11 | 11100 | 0 | 1100010 | 110010 | 1001101 | 1011111 | 11001 |
Color Harmonies of #5C7F03
Complementary color
Monochromatic Colors of #5C7F03
Black with #5C7F03
Text Example
Text Example
White with #5C7F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7F03; }
p { color: rgb(92,127,3); }
H1.HeaderClassName
{
color: #5C7F03;
}
.AnyTagClassName
{
color: #5C7F03;
}
</style>
background-color css
<style>
a { background-color: #5C7F03; }
a { background-color: rgb(92,127,3); }
div.DivClassName
{
background-color: #5C7F03;
}
.BgClassName
{
background-color: #5C7F03;
}
</style>
border-color css
<style>
span { border-color: #5C7F03; }
span { border-color: rgb(92,127,3); }
td.TdClassName
{
border-color: #5C7F03;
}
.TagClassName
{
border-color: #5C7F03;
}
</style>