Shades of Fiji Green #5F650F
Tints of Fiji Green #5F650F
RGB
CMYK
RGB Variations
Color information
#5F650F (or 0x5F650F) is known color: Fiji Green. HEX triplet: 5F, 65 and 0F. RGB value is (95,101,15). Sum of RGB (Red+Green+Blue) = 95+101+15=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #5F650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F650F is #A09AF0. Grayscale: #595959. Windows color (decimal): -10525425 or 1008991. OLE color: 1008991.
HSL color Cylindrical-coordinate representation of color #5F650F: hue angle of 64.19º 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 #5F650F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 15 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.60 |
| HSL | 64.19º | 0.74% | 0.23% | - |
| HSV(B) | 64.19º | 0.85% | 0.4% | - |
| XYZ | 9.46 | 11.77 | 2.23 | - |
| YUV | 89.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 15 | 0.06 | 0 | 0.85 | 0.60 | 64.19 | 0.74 | 0.23 |
| Hex | 5F | 65 | F | 6 | 0 | 55 | 3C | 40 | 4A | 17 |
| Octal | 137 | 145 | 17 | 6 | 0 | 125 | 74 | 100 | 112 | 27 |
| Binary | 1011111 | 1100101 | 1111 | 110 | 0 | 1010101 | 111100 | 1000000 | 1001010 | 10111 |
Color Harmonies of #5F650F
Complementary color
Monochromatic Colors of #5F650F
Black with #5F650F
Text Example
Text Example
White with #5F650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F650F; }
p { color: rgb(95,101,15); }
H1.HeaderClassName
{
color: #5F650F;
}
.AnyTagClassName
{
color: #5F650F;
}
</style>
background-color css
<style>
a { background-color: #5F650F; }
a { background-color: rgb(95,101,15); }
div.DivClassName
{
background-color: #5F650F;
}
.BgClassName
{
background-color: #5F650F;
}
</style>
border-color css
<style>
span { border-color: #5F650F; }
span { border-color: rgb(95,101,15); }
td.TdClassName
{
border-color: #5F650F;
}
.TagClassName
{
border-color: #5F650F;
}
</style>