Shades of Fiji Green #5D6411
Tints of Fiji Green #5D6411
RGB
CMYK
RGB Variations
Color information
#5D6411 (or 0x5D6411) is known color: Fiji Green. HEX triplet: 5D, 64 and 11. RGB value is (93,100,17). Sum of RGB (Red+Green+Blue) = 93+100+17=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #5D6411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6411 is #A29BEE. Grayscale: #585858. Windows color (decimal): -10656751 or 1139805. OLE color: 1139805.
HSL color Cylindrical-coordinate representation of color #5D6411: hue angle of 65.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D6411 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 100 | 17 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.61 |
| HSL | 65.06º | 0.71% | 0.23% | - |
| HSV(B) | 65.06º | 0.83% | 0.39% | - |
| XYZ | 9.17 | 11.48 | 2.26 | - |
| YUV | 88.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 17 | 0.07 | 0 | 0.83 | 0.61 | 65.06 | 0.71 | 0.23 |
| Hex | 5D | 64 | 11 | 7 | 0 | 53 | 3D | 41 | 47 | 17 |
| Octal | 135 | 144 | 21 | 7 | 0 | 123 | 75 | 101 | 107 | 27 |
| Binary | 1011101 | 1100100 | 10001 | 111 | 0 | 1010011 | 111101 | 1000001 | 1000111 | 10111 |
Color Harmonies of #5D6411
Complementary color
Monochromatic Colors of #5D6411
Black with #5D6411
Text Example
Text Example
White with #5D6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6411; }
p { color: rgb(93,100,17); }
H1.HeaderClassName
{
color: #5D6411;
}
.AnyTagClassName
{
color: #5D6411;
}
</style>
background-color css
<style>
a { background-color: #5D6411; }
a { background-color: rgb(93,100,17); }
div.DivClassName
{
background-color: #5D6411;
}
.BgClassName
{
background-color: #5D6411;
}
</style>
border-color css
<style>
span { border-color: #5D6411; }
span { border-color: rgb(93,100,17); }
td.TdClassName
{
border-color: #5D6411;
}
.TagClassName
{
border-color: #5D6411;
}
</style>