Shades of Fiji Green #5D650F
Tints of Fiji Green #5D650F
RGB
CMYK
RGB Variations
Color information
#5D650F (or 0x5D650F) is known color: Fiji Green. HEX triplet: 5D, 65 and 0F. RGB value is (93,101,15). Sum of RGB (Red+Green+Blue) = 93+101+15=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #5D650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D650F is #A29AF0. Grayscale: #595959. Windows color (decimal): -10656497 or 1008989. OLE color: 1008989.
HSL color Cylindrical-coordinate representation of color #5D650F: hue angle of 65.58º 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 #5D650F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 15 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.60 |
| HSL | 65.58º | 0.74% | 0.23% | - |
| HSV(B) | 65.58º | 0.85% | 0.4% | - |
| XYZ | 9.25 | 11.67 | 2.22 | - |
| YUV | 88.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 15 | 0.08 | 0 | 0.85 | 0.60 | 65.58 | 0.74 | 0.23 |
| Hex | 5D | 65 | F | 8 | 0 | 55 | 3C | 42 | 4A | 17 |
| Octal | 135 | 145 | 17 | 10 | 0 | 125 | 74 | 102 | 112 | 27 |
| Binary | 1011101 | 1100101 | 1111 | 1000 | 0 | 1010101 | 111100 | 1000010 | 1001010 | 10111 |
Color Harmonies of #5D650F
Complementary color
Monochromatic Colors of #5D650F
Black with #5D650F
Text Example
Text Example
White with #5D650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D650F; }
p { color: rgb(93,101,15); }
H1.HeaderClassName
{
color: #5D650F;
}
.AnyTagClassName
{
color: #5D650F;
}
</style>
background-color css
<style>
a { background-color: #5D650F; }
a { background-color: rgb(93,101,15); }
div.DivClassName
{
background-color: #5D650F;
}
.BgClassName
{
background-color: #5D650F;
}
</style>
border-color css
<style>
span { border-color: #5D650F; }
span { border-color: rgb(93,101,15); }
td.TdClassName
{
border-color: #5D650F;
}
.TagClassName
{
border-color: #5D650F;
}
</style>