Shades of Fiji Green #5A7E07
Tints of Fiji Green #5A7E07
RGB
CMYK
RGB Variations
Color information
#5A7E07 (or 0x5A7E07) is known color: Fiji Green. HEX triplet: 5A, 7E and 07. RGB value is (90,126,7). Sum of RGB (Red+Green+Blue) = 90+126+7=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7E07 is #A581F8. Grayscale: #666666. Windows color (decimal): -10846713 or 491098. OLE color: 491098.
HSL color Cylindrical-coordinate representation of color #5A7E07: hue angle of 78.15º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A7E07 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 126 | 7 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.51 |
| HSL | 78.15º | 0.89% | 0.26% | - |
| HSV(B) | 78.15º | 0.94% | 0.49% | - |
| XYZ | 11.72 | 17.11 | 2.89 | - |
| YUV | 101.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 7 | 0.29 | 0 | 0.94 | 0.51 | 78.15 | 0.89 | 0.26 |
| Hex | 5A | 7E | 7 | 1D | 0 | 5E | 33 | 4E | 59 | 1A |
| Octal | 132 | 176 | 7 | 35 | 0 | 136 | 63 | 116 | 131 | 32 |
| Binary | 1011010 | 1111110 | 111 | 11101 | 0 | 1011110 | 110011 | 1001110 | 1011001 | 11010 |
Color Harmonies of #5A7E07
Complementary color
Monochromatic Colors of #5A7E07
Black with #5A7E07
Text Example
Text Example
White with #5A7E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7E07; }
p { color: rgb(90,126,7); }
H1.HeaderClassName
{
color: #5A7E07;
}
.AnyTagClassName
{
color: #5A7E07;
}
</style>
background-color css
<style>
a { background-color: #5A7E07; }
a { background-color: rgb(90,126,7); }
div.DivClassName
{
background-color: #5A7E07;
}
.BgClassName
{
background-color: #5A7E07;
}
</style>
border-color css
<style>
span { border-color: #5A7E07; }
span { border-color: rgb(90,126,7); }
td.TdClassName
{
border-color: #5A7E07;
}
.TagClassName
{
border-color: #5A7E07;
}
</style>