Shades of Fiji Green #5A6F1E
Tints of Fiji Green #5A6F1E
RGB
CMYK
RGB Variations
Color information
#5A6F1E (or 0x5A6F1E) is known color: Fiji Green. HEX triplet: 5A, 6F and 1E. RGB value is (90,111,30). Sum of RGB (Red+Green+Blue) = 90+111+30=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6F1E is #A590E1. Grayscale: #5F5F5F. Windows color (decimal): -10850530 or 1994586. OLE color: 1994586.
HSL color Cylindrical-coordinate representation of color #5A6F1E: hue angle of 75.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A6F1E is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 111 | 30 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.56 |
| HSL | 75.56º | 0.57% | 0.28% | - |
| HSV(B) | 75.56º | 0.73% | 0.44% | - |
| XYZ | 10.14 | 13.64 | 3.33 | - |
| YUV | 95.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 30 | 0.19 | 0 | 0.73 | 0.56 | 75.56 | 0.57 | 0.28 |
| Hex | 5A | 6F | 1E | 13 | 0 | 49 | 38 | 4C | 39 | 1C |
| Octal | 132 | 157 | 36 | 23 | 0 | 111 | 70 | 114 | 71 | 34 |
| Binary | 1011010 | 1101111 | 11110 | 10011 | 0 | 1001001 | 111000 | 1001100 | 111001 | 11100 |
Color Harmonies of #5A6F1E
Complementary color
Monochromatic Colors of #5A6F1E
Black with #5A6F1E
Text Example
Text Example
White with #5A6F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F1E; }
p { color: rgb(90,111,30); }
H1.HeaderClassName
{
color: #5A6F1E;
}
.AnyTagClassName
{
color: #5A6F1E;
}
</style>
background-color css
<style>
a { background-color: #5A6F1E; }
a { background-color: rgb(90,111,30); }
div.DivClassName
{
background-color: #5A6F1E;
}
.BgClassName
{
background-color: #5A6F1E;
}
</style>
border-color css
<style>
span { border-color: #5A6F1E; }
span { border-color: rgb(90,111,30); }
td.TdClassName
{
border-color: #5A6F1E;
}
.TagClassName
{
border-color: #5A6F1E;
}
</style>