Shades of Fiji Green #5A6926
Tints of Fiji Green #5A6926
RGB
CMYK
RGB Variations
Color information
#5A6926 (or 0x5A6926) is known color: Fiji Green. HEX triplet: 5A, 69 and 26. RGB value is (90,105,38). Sum of RGB (Red+Green+Blue) = 90+105+38=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6926 is #A596D9. Grayscale: #5D5D5D. Windows color (decimal): -10852058 or 2517338. OLE color: 2517338.
HSL color Cylindrical-coordinate representation of color #5A6926: hue angle of 73.43º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A6926 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 38 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.59 |
| HSL | 73.43º | 0.47% | 0.28% | - |
| HSV(B) | 73.43º | 0.64% | 0.41% | - |
| XYZ | 9.62 | 12.42 | 3.72 | - |
| YUV | 92.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 38 | 0.14 | 0 | 0.64 | 0.59 | 73.43 | 0.47 | 0.28 |
| Hex | 5A | 69 | 26 | E | 0 | 40 | 3B | 49 | 2F | 1C |
| Octal | 132 | 151 | 46 | 16 | 0 | 100 | 73 | 111 | 57 | 34 |
| Binary | 1011010 | 1101001 | 100110 | 1110 | 0 | 1000000 | 111011 | 1001001 | 101111 | 11100 |
Color Harmonies of #5A6926
Complementary color
Monochromatic Colors of #5A6926
Black with #5A6926
Text Example
Text Example
White with #5A6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6926; }
p { color: rgb(90,105,38); }
H1.HeaderClassName
{
color: #5A6926;
}
.AnyTagClassName
{
color: #5A6926;
}
</style>
background-color css
<style>
a { background-color: #5A6926; }
a { background-color: rgb(90,105,38); }
div.DivClassName
{
background-color: #5A6926;
}
.BgClassName
{
background-color: #5A6926;
}
</style>
border-color css
<style>
span { border-color: #5A6926; }
span { border-color: rgb(90,105,38); }
td.TdClassName
{
border-color: #5A6926;
}
.TagClassName
{
border-color: #5A6926;
}
</style>