Shades of Fiji Green #5F660D
Tints of Fiji Green #5F660D
RGB
CMYK
RGB Variations
Color information
#5F660D (or 0x5F660D) is known color: Fiji Green. HEX triplet: 5F, 66 and 0D. RGB value is (95,102,13). Sum of RGB (Red+Green+Blue) = 95+102+13=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #5F660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F660D is #A099F2. Grayscale: #5A5A5A. Windows color (decimal): -10525171 or 878175. OLE color: 878175.
HSL color Cylindrical-coordinate representation of color #5F660D: hue angle of 64.72º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F660D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 13 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.6 |
| HSL | 64.72º | 0.77% | 0.23% | - |
| HSV(B) | 64.72º | 0.87% | 0.4% | - |
| XYZ | 9.54 | 11.96 | 2.19 | - |
| YUV | 89.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 13 | 0.07 | 0 | 0.87 | 0.6 | 64.72 | 0.77 | 0.23 |
| Hex | 5F | 66 | D | 7 | 0 | 57 | 3C | 41 | 4D | 17 |
| Octal | 137 | 146 | 15 | 7 | 0 | 127 | 74 | 101 | 115 | 27 |
| Binary | 1011111 | 1100110 | 1101 | 111 | 0 | 1010111 | 111100 | 1000001 | 1001101 | 10111 |
Color Harmonies of #5F660D
Complementary color
Monochromatic Colors of #5F660D
Black with #5F660D
Text Example
Text Example
White with #5F660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F660D; }
p { color: rgb(95,102,13); }
H1.HeaderClassName
{
color: #5F660D;
}
.AnyTagClassName
{
color: #5F660D;
}
</style>
background-color css
<style>
a { background-color: #5F660D; }
a { background-color: rgb(95,102,13); }
div.DivClassName
{
background-color: #5F660D;
}
.BgClassName
{
background-color: #5F660D;
}
</style>
border-color css
<style>
span { border-color: #5F660D; }
span { border-color: rgb(95,102,13); }
td.TdClassName
{
border-color: #5F660D;
}
.TagClassName
{
border-color: #5F660D;
}
</style>