Shades of Fiji Green #5A6307
Tints of Fiji Green #5A6307
RGB
CMYK
RGB Variations
Color information
#5A6307 (or 0x5A6307) is known color: Fiji Green. HEX triplet: 5A, 63 and 07. RGB value is (90,99,7). Sum of RGB (Red+Green+Blue) = 90+99+7=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6307 is #A59CF8. Grayscale: #565656. Windows color (decimal): -10853625 or 484186. OLE color: 484186.
HSL color Cylindrical-coordinate representation of color #5A6307: hue angle of 65.87º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A6307 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 7 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.61 |
| HSL | 65.87º | 0.87% | 0.21% | - |
| HSV(B) | 65.87º | 0.93% | 0.39% | - |
| XYZ | 8.72 | 11.11 | 1.89 | - |
| YUV | 85.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 7 | 0.09 | 0 | 0.93 | 0.61 | 65.87 | 0.87 | 0.21 |
| Hex | 5A | 63 | 7 | 9 | 0 | 5D | 3D | 42 | 57 | 15 |
| Octal | 132 | 143 | 7 | 11 | 0 | 135 | 75 | 102 | 127 | 25 |
| Binary | 1011010 | 1100011 | 111 | 1001 | 0 | 1011101 | 111101 | 1000010 | 1010111 | 10101 |
Color Harmonies of #5A6307
Complementary color
Monochromatic Colors of #5A6307
Black with #5A6307
Text Example
Text Example
White with #5A6307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6307; }
p { color: rgb(90,99,7); }
H1.HeaderClassName
{
color: #5A6307;
}
.AnyTagClassName
{
color: #5A6307;
}
</style>
background-color css
<style>
a { background-color: #5A6307; }
a { background-color: rgb(90,99,7); }
div.DivClassName
{
background-color: #5A6307;
}
.BgClassName
{
background-color: #5A6307;
}
</style>
border-color css
<style>
span { border-color: #5A6307; }
span { border-color: rgb(90,99,7); }
td.TdClassName
{
border-color: #5A6307;
}
.TagClassName
{
border-color: #5A6307;
}
</style>