Shades of Fiji Green #5D6610
Tints of Fiji Green #5D6610
RGB
CMYK
RGB Variations
Color information
#5D6610 (or 0x5D6610) is known color: Fiji Green. HEX triplet: 5D, 66 and 10. RGB value is (93,102,16). Sum of RGB (Red+Green+Blue) = 93+102+16=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6610 is #A299EF. Grayscale: #595959. Windows color (decimal): -10656240 or 1074781. OLE color: 1074781.
HSL color Cylindrical-coordinate representation of color #5D6610: hue angle of 66.28º 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 #5D6610 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 16 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.6 |
| HSL | 66.28º | 0.73% | 0.23% | - |
| HSV(B) | 66.28º | 0.84% | 0.4% | - |
| XYZ | 9.36 | 11.87 | 2.29 | - |
| YUV | 89.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 16 | 0.09 | 0 | 0.84 | 0.6 | 66.28 | 0.73 | 0.23 |
| Hex | 5D | 66 | 10 | 9 | 0 | 54 | 3C | 42 | 49 | 17 |
| Octal | 135 | 146 | 20 | 11 | 0 | 124 | 74 | 102 | 111 | 27 |
| Binary | 1011101 | 1100110 | 10000 | 1001 | 0 | 1010100 | 111100 | 1000010 | 1001001 | 10111 |
Color Harmonies of #5D6610
Complementary color
Monochromatic Colors of #5D6610
Black with #5D6610
Text Example
Text Example
White with #5D6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6610; }
p { color: rgb(93,102,16); }
H1.HeaderClassName
{
color: #5D6610;
}
.AnyTagClassName
{
color: #5D6610;
}
</style>
background-color css
<style>
a { background-color: #5D6610; }
a { background-color: rgb(93,102,16); }
div.DivClassName
{
background-color: #5D6610;
}
.BgClassName
{
background-color: #5D6610;
}
</style>
border-color css
<style>
span { border-color: #5D6610; }
span { border-color: rgb(93,102,16); }
td.TdClassName
{
border-color: #5D6610;
}
.TagClassName
{
border-color: #5D6610;
}
</style>