Shades of Fiji Green #5A6708
Tints of Fiji Green #5A6708
RGB
CMYK
RGB Variations
Color information
#5A6708 (or 0x5A6708) is known color: Fiji Green. HEX triplet: 5A, 67 and 08. RGB value is (90,103,8). Sum of RGB (Red+Green+Blue) = 90+103+8=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6708 is #A598F7. Grayscale: #585858. Windows color (decimal): -10852600 or 550746. OLE color: 550746.
HSL color Cylindrical-coordinate representation of color #5A6708: hue angle of 68.21º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A6708 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 8 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.60 |
| HSL | 68.21º | 0.86% | 0.22% | - |
| HSV(B) | 68.21º | 0.92% | 0.4% | - |
| XYZ | 9.11 | 11.89 | 2.04 | - |
| YUV | 88.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 8 | 0.13 | 0 | 0.92 | 0.60 | 68.21 | 0.86 | 0.22 |
| Hex | 5A | 67 | 8 | D | 0 | 5C | 3C | 44 | 56 | 16 |
| Octal | 132 | 147 | 10 | 15 | 0 | 134 | 74 | 104 | 126 | 26 |
| Binary | 1011010 | 1100111 | 1000 | 1101 | 0 | 1011100 | 111100 | 1000100 | 1010110 | 10110 |
Color Harmonies of #5A6708
Complementary color
Monochromatic Colors of #5A6708
Black with #5A6708
Text Example
Text Example
White with #5A6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6708; }
p { color: rgb(90,103,8); }
H1.HeaderClassName
{
color: #5A6708;
}
.AnyTagClassName
{
color: #5A6708;
}
</style>
background-color css
<style>
a { background-color: #5A6708; }
a { background-color: rgb(90,103,8); }
div.DivClassName
{
background-color: #5A6708;
}
.BgClassName
{
background-color: #5A6708;
}
</style>
border-color css
<style>
span { border-color: #5A6708; }
span { border-color: rgb(90,103,8); }
td.TdClassName
{
border-color: #5A6708;
}
.TagClassName
{
border-color: #5A6708;
}
</style>