Shades of Fiji Green #5C7C05
Tints of Fiji Green #5C7C05
RGB
CMYK
RGB Variations
Color information
#5C7C05 (or 0x5C7C05) is known color: Fiji Green. HEX triplet: 5C, 7C and 05. RGB value is (92,124,5). Sum of RGB (Red+Green+Blue) = 92+124+5=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7C05 is #A383FA. Grayscale: #656565. Windows color (decimal): -10716155 or 359516. OLE color: 359516.
HSL color Cylindrical-coordinate representation of color #5C7C05: hue angle of 76.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C7C05 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 124 | 5 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.51 |
| HSL | 76.13º | 0.92% | 0.25% | - |
| HSV(B) | 76.13º | 0.96% | 0.49% | - |
| XYZ | 11.65 | 16.7 | 2.75 | - |
| YUV | 100.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 5 | 0.26 | 0 | 0.96 | 0.51 | 76.13 | 0.92 | 0.25 |
| Hex | 5C | 7C | 5 | 1A | 0 | 60 | 33 | 4C | 5C | 19 |
| Octal | 134 | 174 | 5 | 32 | 0 | 140 | 63 | 114 | 134 | 31 |
| Binary | 1011100 | 1111100 | 101 | 11010 | 0 | 1100000 | 110011 | 1001100 | 1011100 | 11001 |
Color Harmonies of #5C7C05
Complementary color
Monochromatic Colors of #5C7C05
Black with #5C7C05
Text Example
Text Example
White with #5C7C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7C05; }
p { color: rgb(92,124,5); }
H1.HeaderClassName
{
color: #5C7C05;
}
.AnyTagClassName
{
color: #5C7C05;
}
</style>
background-color css
<style>
a { background-color: #5C7C05; }
a { background-color: rgb(92,124,5); }
div.DivClassName
{
background-color: #5C7C05;
}
.BgClassName
{
background-color: #5C7C05;
}
</style>
border-color css
<style>
span { border-color: #5C7C05; }
span { border-color: rgb(92,124,5); }
td.TdClassName
{
border-color: #5C7C05;
}
.TagClassName
{
border-color: #5C7C05;
}
</style>