Shades of Fiji Green #5A711C
Tints of Fiji Green #5A711C
RGB
CMYK
RGB Variations
Color information
#5A711C (or 0x5A711C) is known color: Fiji Green. HEX triplet: 5A, 71 and 1C. RGB value is (90,113,28). Sum of RGB (Red+Green+Blue) = 90+113+28=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #5A711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A711C is #A58EE3. Grayscale: #606060. Windows color (decimal): -10850020 or 1864026. OLE color: 1864026.
HSL color Cylindrical-coordinate representation of color #5A711C: hue angle of 76.24º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A711C is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 28 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.56 |
| HSL | 76.24º | 0.6% | 0.28% | - |
| HSV(B) | 76.24º | 0.75% | 0.44% | - |
| XYZ | 10.33 | 14.07 | 3.27 | - |
| YUV | 96.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 28 | 0.20 | 0 | 0.75 | 0.56 | 76.24 | 0.6 | 0.28 |
| Hex | 5A | 71 | 1C | 14 | 0 | 4B | 38 | 4C | 3C | 1C |
| Octal | 132 | 161 | 34 | 24 | 0 | 113 | 70 | 114 | 74 | 34 |
| Binary | 1011010 | 1110001 | 11100 | 10100 | 0 | 1001011 | 111000 | 1001100 | 111100 | 11100 |
Color Harmonies of #5A711C
Complementary color
Monochromatic Colors of #5A711C
Black with #5A711C
Text Example
Text Example
White with #5A711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A711C; }
p { color: rgb(90,113,28); }
H1.HeaderClassName
{
color: #5A711C;
}
.AnyTagClassName
{
color: #5A711C;
}
</style>
background-color css
<style>
a { background-color: #5A711C; }
a { background-color: rgb(90,113,28); }
div.DivClassName
{
background-color: #5A711C;
}
.BgClassName
{
background-color: #5A711C;
}
</style>
border-color css
<style>
span { border-color: #5A711C; }
span { border-color: rgb(90,113,28); }
td.TdClassName
{
border-color: #5A711C;
}
.TagClassName
{
border-color: #5A711C;
}
</style>