Shades of Fiji Green #5F660F
Tints of Fiji Green #5F660F
RGB
CMYK
RGB Variations
Color information
#5F660F (or 0x5F660F) is known color: Fiji Green. HEX triplet: 5F, 66 and 0F. RGB value is (95,102,15). Sum of RGB (Red+Green+Blue) = 95+102+15=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #5F660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F660F is #A099F0. Grayscale: #5A5A5A. Windows color (decimal): -10525169 or 1009247. OLE color: 1009247.
HSL color Cylindrical-coordinate representation of color #5F660F: hue angle of 64.83º 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 #5F660F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 15 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.6 |
| HSL | 64.83º | 0.74% | 0.23% | - |
| HSV(B) | 64.83º | 0.85% | 0.4% | - |
| XYZ | 9.56 | 11.97 | 2.26 | - |
| YUV | 89.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 15 | 0.07 | 0 | 0.85 | 0.6 | 64.83 | 0.74 | 0.23 |
| Hex | 5F | 66 | F | 7 | 0 | 55 | 3C | 41 | 4A | 17 |
| Octal | 137 | 146 | 17 | 7 | 0 | 125 | 74 | 101 | 112 | 27 |
| Binary | 1011111 | 1100110 | 1111 | 111 | 0 | 1010101 | 111100 | 1000001 | 1001010 | 10111 |
Color Harmonies of #5F660F
Complementary color
Monochromatic Colors of #5F660F
Black with #5F660F
Text Example
Text Example
White with #5F660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F660F; }
p { color: rgb(95,102,15); }
H1.HeaderClassName
{
color: #5F660F;
}
.AnyTagClassName
{
color: #5F660F;
}
</style>
background-color css
<style>
a { background-color: #5F660F; }
a { background-color: rgb(95,102,15); }
div.DivClassName
{
background-color: #5F660F;
}
.BgClassName
{
background-color: #5F660F;
}
</style>
border-color css
<style>
span { border-color: #5F660F; }
span { border-color: rgb(95,102,15); }
td.TdClassName
{
border-color: #5F660F;
}
.TagClassName
{
border-color: #5F660F;
}
</style>