Shades of Fiji Green #5C7C1C
Tints of Fiji Green #5C7C1C
RGB
CMYK
RGB Variations
Color information
#5C7C1C (or 0x5C7C1C) is known color: Fiji Green. HEX triplet: 5C, 7C and 1C. RGB value is (92,124,28). Sum of RGB (Red+Green+Blue) = 92+124+28=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7C1C is #A383E3. Grayscale: #676767. Windows color (decimal): -10716132 or 1866844. OLE color: 1866844.
HSL color Cylindrical-coordinate representation of color #5C7C1C: hue angle of 80º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C7C1C is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 124 | 28 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.51 |
| HSL | 80º | 0.63% | 0.3% | - |
| HSV(B) | 80º | 0.77% | 0.49% | - |
| XYZ | 11.83 | 16.77 | 3.71 | - |
| YUV | 103.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 28 | 0.26 | 0 | 0.77 | 0.51 | 80 | 0.63 | 0.3 |
| Hex | 5C | 7C | 1C | 1A | 0 | 4D | 33 | 50 | 3F | 1E |
| Octal | 134 | 174 | 34 | 32 | 0 | 115 | 63 | 120 | 77 | 36 |
| Binary | 1011100 | 1111100 | 11100 | 11010 | 0 | 1001101 | 110011 | 1010000 | 111111 | 11110 |
Color Harmonies of #5C7C1C
Complementary color
Monochromatic Colors of #5C7C1C
Black with #5C7C1C
Text Example
Text Example
White with #5C7C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7C1C; }
p { color: rgb(92,124,28); }
H1.HeaderClassName
{
color: #5C7C1C;
}
.AnyTagClassName
{
color: #5C7C1C;
}
</style>
background-color css
<style>
a { background-color: #5C7C1C; }
a { background-color: rgb(92,124,28); }
div.DivClassName
{
background-color: #5C7C1C;
}
.BgClassName
{
background-color: #5C7C1C;
}
</style>
border-color css
<style>
span { border-color: #5C7C1C; }
span { border-color: rgb(92,124,28); }
td.TdClassName
{
border-color: #5C7C1C;
}
.TagClassName
{
border-color: #5C7C1C;
}
</style>