Shades of Fiji Green #5A6700
Tints of Fiji Green #5A6700
RGB
CMYK
RGB Variations
Color information
#5A6700 (or 0x5A6700) is known color: Fiji Green. HEX triplet: 5A, 67 and 00. RGB value is (90,103,0). Sum of RGB (Red+Green+Blue) = 90+103+0=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6700 is #A598FF. Grayscale: #575757. Windows color (decimal): -10852608 or 26458. OLE color: 26458.
HSL color Cylindrical-coordinate representation of color #5A6700: hue angle of 67.57º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A6700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.60 |
| HSL | 67.57º | 1% | 0.2% | - |
| HSV(B) | 67.57º | 1% | 0.4% | - |
| XYZ | 9.07 | 11.87 | 1.81 | - |
| YUV | 87.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 0 | 0.13 | 0 | 1 | 0.60 | 67.57 | 1 | 0.2 |
| Hex | 5A | 67 | 0 | D | 0 | 64 | 3C | 44 | 64 | 14 |
| Octal | 132 | 147 | 0 | 15 | 0 | 144 | 74 | 104 | 144 | 24 |
| Binary | 1011010 | 1100111 | 0 | 1101 | 0 | 1100100 | 111100 | 1000100 | 1100100 | 10100 |
Color Harmonies of #5A6700
Complementary color
Monochromatic Colors of #5A6700
Black with #5A6700
Text Example
Text Example
White with #5A6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6700; }
p { color: rgb(90,103,0); }
H1.HeaderClassName
{
color: #5A6700;
}
.AnyTagClassName
{
color: #5A6700;
}
</style>
background-color css
<style>
a { background-color: #5A6700; }
a { background-color: rgb(90,103,0); }
div.DivClassName
{
background-color: #5A6700;
}
.BgClassName
{
background-color: #5A6700;
}
</style>
border-color css
<style>
span { border-color: #5A6700; }
span { border-color: rgb(90,103,0); }
td.TdClassName
{
border-color: #5A6700;
}
.TagClassName
{
border-color: #5A6700;
}
</style>