Shades of Fiji Green #5C790A
Tints of Fiji Green #5C790A
RGB
CMYK
RGB Variations
Color information
#5C790A (or 0x5C790A) is known color: Fiji Green. HEX triplet: 5C, 79 and 0A. RGB value is (92,121,10). Sum of RGB (Red+Green+Blue) = 92+121+10=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #5C790A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C790A is #A386F5. Grayscale: #646464. Windows color (decimal): -10716918 or 686428. OLE color: 686428.
HSL color Cylindrical-coordinate representation of color #5C790A: hue angle of 75.68º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C790A is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 10 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.53 |
| HSL | 75.68º | 0.85% | 0.26% | - |
| HSV(B) | 75.68º | 0.92% | 0.47% | - |
| XYZ | 11.31 | 15.97 | 2.77 | - |
| YUV | 99.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 10 | 0.24 | 0 | 0.92 | 0.53 | 75.68 | 0.85 | 0.26 |
| Hex | 5C | 79 | A | 18 | 0 | 5C | 35 | 4C | 55 | 1A |
| Octal | 134 | 171 | 12 | 30 | 0 | 134 | 65 | 114 | 125 | 32 |
| Binary | 1011100 | 1111001 | 1010 | 11000 | 0 | 1011100 | 110101 | 1001100 | 1010101 | 11010 |
Color Harmonies of #5C790A
Complementary color
Monochromatic Colors of #5C790A
Black with #5C790A
Text Example
Text Example
White with #5C790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C790A; }
p { color: rgb(92,121,10); }
H1.HeaderClassName
{
color: #5C790A;
}
.AnyTagClassName
{
color: #5C790A;
}
</style>
background-color css
<style>
a { background-color: #5C790A; }
a { background-color: rgb(92,121,10); }
div.DivClassName
{
background-color: #5C790A;
}
.BgClassName
{
background-color: #5C790A;
}
</style>
border-color css
<style>
span { border-color: #5C790A; }
span { border-color: rgb(92,121,10); }
td.TdClassName
{
border-color: #5C790A;
}
.TagClassName
{
border-color: #5C790A;
}
</style>