Shades of Fiji Green #5D7700
Tints of Fiji Green #5D7700
RGB
CMYK
RGB Variations
Color information
#5D7700 (or 0x5D7700) is known color: Fiji Green. HEX triplet: 5D, 77 and 00. RGB value is (93,119,0). Sum of RGB (Red+Green+Blue) = 93+119+0=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7700 is #A288FF. Grayscale: #626262. Windows color (decimal): -10651904 or 30557. OLE color: 30557.
HSL color Cylindrical-coordinate representation of color #5D7700: hue angle of 73.11º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D7700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.53 |
| HSL | 73.11º | 1% | 0.23% | - |
| HSV(B) | 73.11º | 1% | 0.47% | - |
| XYZ | 11.11 | 15.52 | 2.41 | - |
| YUV | 97.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 0 | 0.22 | 0 | 1 | 0.53 | 73.11 | 1 | 0.23 |
| Hex | 5D | 77 | 0 | 16 | 0 | 64 | 35 | 49 | 64 | 17 |
| Octal | 135 | 167 | 0 | 26 | 0 | 144 | 65 | 111 | 144 | 27 |
| Binary | 1011101 | 1110111 | 0 | 10110 | 0 | 1100100 | 110101 | 1001001 | 1100100 | 10111 |
Color Harmonies of #5D7700
Complementary color
Monochromatic Colors of #5D7700
Black with #5D7700
Text Example
Text Example
White with #5D7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7700; }
p { color: rgb(93,119,0); }
H1.HeaderClassName
{
color: #5D7700;
}
.AnyTagClassName
{
color: #5D7700;
}
</style>
background-color css
<style>
a { background-color: #5D7700; }
a { background-color: rgb(93,119,0); }
div.DivClassName
{
background-color: #5D7700;
}
.BgClassName
{
background-color: #5D7700;
}
</style>
border-color css
<style>
span { border-color: #5D7700; }
span { border-color: rgb(93,119,0); }
td.TdClassName
{
border-color: #5D7700;
}
.TagClassName
{
border-color: #5D7700;
}
</style>