Shades of Fiji Green #5C790C
Tints of Fiji Green #5C790C
RGB
CMYK
RGB Variations
Color information
#5C790C (or 0x5C790C) is known color: Fiji Green. HEX triplet: 5C, 79 and 0C. RGB value is (92,121,12). Sum of RGB (Red+Green+Blue) = 92+121+12=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #5C790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C790C is #A386F3. Grayscale: #646464. Windows color (decimal): -10716916 or 817500. OLE color: 817500.
HSL color Cylindrical-coordinate representation of color #5C790C: hue angle of 75.96º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C790C is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 12 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.53 |
| HSL | 75.96º | 0.82% | 0.26% | - |
| HSV(B) | 75.96º | 0.9% | 0.47% | - |
| XYZ | 11.32 | 15.98 | 2.84 | - |
| YUV | 99.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 12 | 0.24 | 0 | 0.90 | 0.53 | 75.96 | 0.82 | 0.26 |
| Hex | 5C | 79 | C | 18 | 0 | 5A | 35 | 4C | 52 | 1A |
| Octal | 134 | 171 | 14 | 30 | 0 | 132 | 65 | 114 | 122 | 32 |
| Binary | 1011100 | 1111001 | 1100 | 11000 | 0 | 1011010 | 110101 | 1001100 | 1010010 | 11010 |
Color Harmonies of #5C790C
Complementary color
Monochromatic Colors of #5C790C
Black with #5C790C
Text Example
Text Example
White with #5C790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C790C; }
p { color: rgb(92,121,12); }
H1.HeaderClassName
{
color: #5C790C;
}
.AnyTagClassName
{
color: #5C790C;
}
</style>
background-color css
<style>
a { background-color: #5C790C; }
a { background-color: rgb(92,121,12); }
div.DivClassName
{
background-color: #5C790C;
}
.BgClassName
{
background-color: #5C790C;
}
</style>
border-color css
<style>
span { border-color: #5C790C; }
span { border-color: rgb(92,121,12); }
td.TdClassName
{
border-color: #5C790C;
}
.TagClassName
{
border-color: #5C790C;
}
</style>