Shades of Fiji Green #5D660F
Tints of Fiji Green #5D660F
RGB
CMYK
RGB Variations
Color information
#5D660F (or 0x5D660F) is known color: Fiji Green. HEX triplet: 5D, 66 and 0F. RGB value is (93,102,15). Sum of RGB (Red+Green+Blue) = 93+102+15=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #5D660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D660F is #A299F0. Grayscale: #595959. Windows color (decimal): -10656241 or 1009245. OLE color: 1009245.
HSL color Cylindrical-coordinate representation of color #5D660F: hue angle of 66.21º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D660F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 15 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.6 |
| HSL | 66.21º | 0.74% | 0.23% | - |
| HSV(B) | 66.21º | 0.85% | 0.4% | - |
| XYZ | 9.35 | 11.86 | 2.25 | - |
| YUV | 89.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 15 | 0.09 | 0 | 0.85 | 0.6 | 66.21 | 0.74 | 0.23 |
| Hex | 5D | 66 | F | 9 | 0 | 55 | 3C | 42 | 4A | 17 |
| Octal | 135 | 146 | 17 | 11 | 0 | 125 | 74 | 102 | 112 | 27 |
| Binary | 1011101 | 1100110 | 1111 | 1001 | 0 | 1010101 | 111100 | 1000010 | 1001010 | 10111 |
Color Harmonies of #5D660F
Complementary color
Monochromatic Colors of #5D660F
Black with #5D660F
Text Example
Text Example
White with #5D660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D660F; }
p { color: rgb(93,102,15); }
H1.HeaderClassName
{
color: #5D660F;
}
.AnyTagClassName
{
color: #5D660F;
}
</style>
background-color css
<style>
a { background-color: #5D660F; }
a { background-color: rgb(93,102,15); }
div.DivClassName
{
background-color: #5D660F;
}
.BgClassName
{
background-color: #5D660F;
}
</style>
border-color css
<style>
span { border-color: #5D660F; }
span { border-color: rgb(93,102,15); }
td.TdClassName
{
border-color: #5D660F;
}
.TagClassName
{
border-color: #5D660F;
}
</style>