Shades of Fiji Green #5A6713
Tints of Fiji Green #5A6713
RGB
CMYK
RGB Variations
Color information
#5A6713 (or 0x5A6713) is known color: Fiji Green. HEX triplet: 5A, 67 and 13. RGB value is (90,103,19). Sum of RGB (Red+Green+Blue) = 90+103+19=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6713 is #A598EC. Grayscale: #595959. Windows color (decimal): -10852589 or 1271642. OLE color: 1271642.
HSL color Cylindrical-coordinate representation of color #5A6713: hue angle of 69.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A6713 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 19 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.60 |
| HSL | 69.29º | 0.69% | 0.24% | - |
| HSV(B) | 69.29º | 0.82% | 0.4% | - |
| XYZ | 9.18 | 11.92 | 2.43 | - |
| YUV | 89.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 19 | 0.13 | 0 | 0.82 | 0.60 | 69.29 | 0.69 | 0.24 |
| Hex | 5A | 67 | 13 | D | 0 | 52 | 3C | 45 | 45 | 18 |
| Octal | 132 | 147 | 23 | 15 | 0 | 122 | 74 | 105 | 105 | 30 |
| Binary | 1011010 | 1100111 | 10011 | 1101 | 0 | 1010010 | 111100 | 1000101 | 1000101 | 11000 |
Color Harmonies of #5A6713
Complementary color
Monochromatic Colors of #5A6713
Black with #5A6713
Text Example
Text Example
White with #5A6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6713; }
p { color: rgb(90,103,19); }
H1.HeaderClassName
{
color: #5A6713;
}
.AnyTagClassName
{
color: #5A6713;
}
</style>
background-color css
<style>
a { background-color: #5A6713; }
a { background-color: rgb(90,103,19); }
div.DivClassName
{
background-color: #5A6713;
}
.BgClassName
{
background-color: #5A6713;
}
</style>
border-color css
<style>
span { border-color: #5A6713; }
span { border-color: rgb(90,103,19); }
td.TdClassName
{
border-color: #5A6713;
}
.TagClassName
{
border-color: #5A6713;
}
</style>