Shades of Fiji Green #5A7006
Tints of Fiji Green #5A7006
RGB
CMYK
RGB Variations
Color information
#5A7006 (or 0x5A7006) is known color: Fiji Green. HEX triplet: 5A, 70 and 06. RGB value is (90,112,6). Sum of RGB (Red+Green+Blue) = 90+112+6=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7006 is #A58FF9. Grayscale: #5D5D5D. Windows color (decimal): -10850298 or 421978. OLE color: 421978.
HSL color Cylindrical-coordinate representation of color #5A7006: hue angle of 72.45º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A7006 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 6 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.56 |
| HSL | 72.45º | 0.9% | 0.23% | - |
| HSV(B) | 72.45º | 0.95% | 0.44% | - |
| XYZ | 10.04 | 13.78 | 2.3 | - |
| YUV | 93.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 6 | 0.20 | 0 | 0.95 | 0.56 | 72.45 | 0.9 | 0.23 |
| Hex | 5A | 70 | 6 | 14 | 0 | 5F | 38 | 48 | 5A | 17 |
| Octal | 132 | 160 | 6 | 24 | 0 | 137 | 70 | 110 | 132 | 27 |
| Binary | 1011010 | 1110000 | 110 | 10100 | 0 | 1011111 | 111000 | 1001000 | 1011010 | 10111 |
Color Harmonies of #5A7006
Complementary color
Monochromatic Colors of #5A7006
Black with #5A7006
Text Example
Text Example
White with #5A7006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7006; }
p { color: rgb(90,112,6); }
H1.HeaderClassName
{
color: #5A7006;
}
.AnyTagClassName
{
color: #5A7006;
}
</style>
background-color css
<style>
a { background-color: #5A7006; }
a { background-color: rgb(90,112,6); }
div.DivClassName
{
background-color: #5A7006;
}
.BgClassName
{
background-color: #5A7006;
}
</style>
border-color css
<style>
span { border-color: #5A7006; }
span { border-color: rgb(90,112,6); }
td.TdClassName
{
border-color: #5A7006;
}
.TagClassName
{
border-color: #5A7006;
}
</style>