Shades of Fiji Green #5D6510
Tints of Fiji Green #5D6510
RGB
CMYK
RGB Variations
Color information
#5D6510 (or 0x5D6510) is known color: Fiji Green. HEX triplet: 5D, 65 and 10. RGB value is (93,101,16). Sum of RGB (Red+Green+Blue) = 93+101+16=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6510 is #A29AEF. Grayscale: #595959. Windows color (decimal): -10656496 or 1074525. OLE color: 1074525.
HSL color Cylindrical-coordinate representation of color #5D6510: hue angle of 65.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D6510 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 16 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.60 |
| HSL | 65.65º | 0.73% | 0.23% | - |
| HSV(B) | 65.65º | 0.84% | 0.4% | - |
| XYZ | 9.26 | 11.67 | 2.25 | - |
| YUV | 88.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 16 | 0.08 | 0 | 0.84 | 0.60 | 65.65 | 0.73 | 0.23 |
| Hex | 5D | 65 | 10 | 8 | 0 | 54 | 3C | 42 | 49 | 17 |
| Octal | 135 | 145 | 20 | 10 | 0 | 124 | 74 | 102 | 111 | 27 |
| Binary | 1011101 | 1100101 | 10000 | 1000 | 0 | 1010100 | 111100 | 1000010 | 1001001 | 10111 |
Color Harmonies of #5D6510
Complementary color
Monochromatic Colors of #5D6510
Black with #5D6510
Text Example
Text Example
White with #5D6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6510; }
p { color: rgb(93,101,16); }
H1.HeaderClassName
{
color: #5D6510;
}
.AnyTagClassName
{
color: #5D6510;
}
</style>
background-color css
<style>
a { background-color: #5D6510; }
a { background-color: rgb(93,101,16); }
div.DivClassName
{
background-color: #5D6510;
}
.BgClassName
{
background-color: #5D6510;
}
</style>
border-color css
<style>
span { border-color: #5D6510; }
span { border-color: rgb(93,101,16); }
td.TdClassName
{
border-color: #5D6510;
}
.TagClassName
{
border-color: #5D6510;
}
</style>