Shades of Fiji Green #5A780D
Tints of Fiji Green #5A780D
RGB
CMYK
RGB Variations
Color information
#5A780D (or 0x5A780D) is known color: Fiji Green. HEX triplet: 5A, 78 and 0D. RGB value is (90,120,13). Sum of RGB (Red+Green+Blue) = 90+120+13=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #5A780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A780D is #A587F2. Grayscale: #636363. Windows color (decimal): -10848243 or 882778. OLE color: 882778.
HSL color Cylindrical-coordinate representation of color #5A780D: hue angle of 76.82º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A780D is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 13 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.53 |
| HSL | 76.82º | 0.8% | 0.26% | - |
| HSV(B) | 76.82º | 0.89% | 0.47% | - |
| XYZ | 11.01 | 15.64 | 2.82 | - |
| YUV | 98.83 | 79.56 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 13 | 0.25 | 0 | 0.89 | 0.53 | 76.82 | 0.8 | 0.26 |
| Hex | 5A | 78 | D | 19 | 0 | 59 | 35 | 4D | 50 | 1A |
| Octal | 132 | 170 | 15 | 31 | 0 | 131 | 65 | 115 | 120 | 32 |
| Binary | 1011010 | 1111000 | 1101 | 11001 | 0 | 1011001 | 110101 | 1001101 | 1010000 | 11010 |
Color Harmonies of #5A780D
Complementary color
Monochromatic Colors of #5A780D
Black with #5A780D
Text Example
Text Example
White with #5A780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A780D; }
p { color: rgb(90,120,13); }
H1.HeaderClassName
{
color: #5A780D;
}
.AnyTagClassName
{
color: #5A780D;
}
</style>
background-color css
<style>
a { background-color: #5A780D; }
a { background-color: rgb(90,120,13); }
div.DivClassName
{
background-color: #5A780D;
}
.BgClassName
{
background-color: #5A780D;
}
</style>
border-color css
<style>
span { border-color: #5A780D; }
span { border-color: rgb(90,120,13); }
td.TdClassName
{
border-color: #5A780D;
}
.TagClassName
{
border-color: #5A780D;
}
</style>