Shades of Fiji Green #5C780A
Tints of Fiji Green #5C780A
RGB
CMYK
RGB Variations
Color information
#5C780A (or 0x5C780A) is known color: Fiji Green. HEX triplet: 5C, 78 and 0A. RGB value is (92,120,10). Sum of RGB (Red+Green+Blue) = 92+120+10=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #5C780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C780A is #A387F5. Grayscale: #636363. Windows color (decimal): -10717174 or 686172. OLE color: 686172.
HSL color Cylindrical-coordinate representation of color #5C780A: hue angle of 75.27º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C780A is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 10 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.53 |
| HSL | 75.27º | 0.85% | 0.25% | - |
| HSV(B) | 75.27º | 0.92% | 0.47% | - |
| XYZ | 11.18 | 15.73 | 2.73 | - |
| YUV | 99.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 10 | 0.23 | 0 | 0.92 | 0.53 | 75.27 | 0.85 | 0.25 |
| Hex | 5C | 78 | A | 17 | 0 | 5C | 35 | 4B | 55 | 19 |
| Octal | 134 | 170 | 12 | 27 | 0 | 134 | 65 | 113 | 125 | 31 |
| Binary | 1011100 | 1111000 | 1010 | 10111 | 0 | 1011100 | 110101 | 1001011 | 1010101 | 11001 |
Color Harmonies of #5C780A
Complementary color
Monochromatic Colors of #5C780A
Black with #5C780A
Text Example
Text Example
White with #5C780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C780A; }
p { color: rgb(92,120,10); }
H1.HeaderClassName
{
color: #5C780A;
}
.AnyTagClassName
{
color: #5C780A;
}
</style>
background-color css
<style>
a { background-color: #5C780A; }
a { background-color: rgb(92,120,10); }
div.DivClassName
{
background-color: #5C780A;
}
.BgClassName
{
background-color: #5C780A;
}
</style>
border-color css
<style>
span { border-color: #5C780A; }
span { border-color: rgb(92,120,10); }
td.TdClassName
{
border-color: #5C780A;
}
.TagClassName
{
border-color: #5C780A;
}
</style>