Shades of Fiji Green #5A730A
Tints of Fiji Green #5A730A
RGB
CMYK
RGB Variations
Color information
#5A730A (or 0x5A730A) is known color: Fiji Green. HEX triplet: 5A, 73 and 0A. RGB value is (90,115,10). Sum of RGB (Red+Green+Blue) = 90+115+10=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #5A730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A730A is #A58CF5. Grayscale: #5F5F5F. Windows color (decimal): -10849526 or 684890. OLE color: 684890.
HSL color Cylindrical-coordinate representation of color #5A730A: hue angle of 74.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A730A is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 10 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.55 |
| HSL | 74.29º | 0.84% | 0.25% | - |
| HSV(B) | 74.29º | 0.91% | 0.45% | - |
| XYZ | 10.4 | 14.46 | 2.53 | - |
| YUV | 95.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 10 | 0.22 | 0 | 0.91 | 0.55 | 74.29 | 0.84 | 0.25 |
| Hex | 5A | 73 | A | 16 | 0 | 5B | 37 | 4A | 54 | 19 |
| Octal | 132 | 163 | 12 | 26 | 0 | 133 | 67 | 112 | 124 | 31 |
| Binary | 1011010 | 1110011 | 1010 | 10110 | 0 | 1011011 | 110111 | 1001010 | 1010100 | 11001 |
Color Harmonies of #5A730A
Complementary color
Monochromatic Colors of #5A730A
Black with #5A730A
Text Example
Text Example
White with #5A730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A730A; }
p { color: rgb(90,115,10); }
H1.HeaderClassName
{
color: #5A730A;
}
.AnyTagClassName
{
color: #5A730A;
}
</style>
background-color css
<style>
a { background-color: #5A730A; }
a { background-color: rgb(90,115,10); }
div.DivClassName
{
background-color: #5A730A;
}
.BgClassName
{
background-color: #5A730A;
}
</style>
border-color css
<style>
span { border-color: #5A730A; }
span { border-color: rgb(90,115,10); }
td.TdClassName
{
border-color: #5A730A;
}
.TagClassName
{
border-color: #5A730A;
}
</style>