Shades of Fiji Green #5A7206
Tints of Fiji Green #5A7206
RGB
CMYK
RGB Variations
Color information
#5A7206 (or 0x5A7206) is known color: Fiji Green. HEX triplet: 5A, 72 and 06. RGB value is (90,114,6). Sum of RGB (Red+Green+Blue) = 90+114+6=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7206 is #A58DF9. Grayscale: #5E5E5E. Windows color (decimal): -10849786 or 422490. OLE color: 422490.
HSL color Cylindrical-coordinate representation of color #5A7206: hue angle of 73.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A7206 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 6 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.55 |
| HSL | 73.33º | 0.9% | 0.24% | - |
| HSV(B) | 73.33º | 0.95% | 0.45% | - |
| XYZ | 10.27 | 14.22 | 2.38 | - |
| YUV | 94.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 6 | 0.21 | 0 | 0.95 | 0.55 | 73.33 | 0.9 | 0.24 |
| Hex | 5A | 72 | 6 | 15 | 0 | 5F | 37 | 49 | 5A | 18 |
| Octal | 132 | 162 | 6 | 25 | 0 | 137 | 67 | 111 | 132 | 30 |
| Binary | 1011010 | 1110010 | 110 | 10101 | 0 | 1011111 | 110111 | 1001001 | 1011010 | 11000 |
Color Harmonies of #5A7206
Complementary color
Monochromatic Colors of #5A7206
Black with #5A7206
Text Example
Text Example
White with #5A7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7206; }
p { color: rgb(90,114,6); }
H1.HeaderClassName
{
color: #5A7206;
}
.AnyTagClassName
{
color: #5A7206;
}
</style>
background-color css
<style>
a { background-color: #5A7206; }
a { background-color: rgb(90,114,6); }
div.DivClassName
{
background-color: #5A7206;
}
.BgClassName
{
background-color: #5A7206;
}
</style>
border-color css
<style>
span { border-color: #5A7206; }
span { border-color: rgb(90,114,6); }
td.TdClassName
{
border-color: #5A7206;
}
.TagClassName
{
border-color: #5A7206;
}
</style>