Shades of Fiji Green #5A7807
Tints of Fiji Green #5A7807
RGB
CMYK
RGB Variations
Color information
#5A7807 (or 0x5A7807) is known color: Fiji Green. HEX triplet: 5A, 78 and 07. RGB value is (90,120,7). Sum of RGB (Red+Green+Blue) = 90+120+7=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7807 is #A587F8. Grayscale: #626262. Windows color (decimal): -10848249 or 489562. OLE color: 489562.
HSL color Cylindrical-coordinate representation of color #5A7807: hue angle of 75.93º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A7807 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 7 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.53 |
| HSL | 75.93º | 0.89% | 0.25% | - |
| HSV(B) | 75.93º | 0.94% | 0.47% | - |
| XYZ | 10.97 | 15.62 | 2.64 | - |
| YUV | 98.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 7 | 0.25 | 0 | 0.94 | 0.53 | 75.93 | 0.89 | 0.25 |
| Hex | 5A | 78 | 7 | 19 | 0 | 5E | 35 | 4C | 59 | 19 |
| Octal | 132 | 170 | 7 | 31 | 0 | 136 | 65 | 114 | 131 | 31 |
| Binary | 1011010 | 1111000 | 111 | 11001 | 0 | 1011110 | 110101 | 1001100 | 1011001 | 11001 |
Color Harmonies of #5A7807
Complementary color
Monochromatic Colors of #5A7807
Black with #5A7807
Text Example
Text Example
White with #5A7807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7807; }
p { color: rgb(90,120,7); }
H1.HeaderClassName
{
color: #5A7807;
}
.AnyTagClassName
{
color: #5A7807;
}
</style>
background-color css
<style>
a { background-color: #5A7807; }
a { background-color: rgb(90,120,7); }
div.DivClassName
{
background-color: #5A7807;
}
.BgClassName
{
background-color: #5A7807;
}
</style>
border-color css
<style>
span { border-color: #5A7807; }
span { border-color: rgb(90,120,7); }
td.TdClassName
{
border-color: #5A7807;
}
.TagClassName
{
border-color: #5A7807;
}
</style>