Shades of Fiji Green #5F640D
Tints of Fiji Green #5F640D
RGB
CMYK
RGB Variations
Color information
#5F640D (or 0x5F640D) is known color: Fiji Green. HEX triplet: 5F, 64 and 0D. RGB value is (95,100,13). Sum of RGB (Red+Green+Blue) = 95+100+13=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #5F640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F640D is #A09BF2. Grayscale: #585858. Windows color (decimal): -10525683 or 877663. OLE color: 877663.
HSL color Cylindrical-coordinate representation of color #5F640D: hue angle of 63.45º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F640D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 13 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.61 |
| HSL | 63.45º | 0.77% | 0.22% | - |
| HSV(B) | 63.45º | 0.87% | 0.39% | - |
| XYZ | 9.35 | 11.58 | 2.12 | - |
| YUV | 88.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 13 | 0.05 | 0 | 0.87 | 0.61 | 63.45 | 0.77 | 0.22 |
| Hex | 5F | 64 | D | 5 | 0 | 57 | 3D | 3F | 4D | 16 |
| Octal | 137 | 144 | 15 | 5 | 0 | 127 | 75 | 77 | 115 | 26 |
| Binary | 1011111 | 1100100 | 1101 | 101 | 0 | 1010111 | 111101 | 111111 | 1001101 | 10110 |
Color Harmonies of #5F640D
Complementary color
Monochromatic Colors of #5F640D
Black with #5F640D
Text Example
Text Example
White with #5F640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F640D; }
p { color: rgb(95,100,13); }
H1.HeaderClassName
{
color: #5F640D;
}
.AnyTagClassName
{
color: #5F640D;
}
</style>
background-color css
<style>
a { background-color: #5F640D; }
a { background-color: rgb(95,100,13); }
div.DivClassName
{
background-color: #5F640D;
}
.BgClassName
{
background-color: #5F640D;
}
</style>
border-color css
<style>
span { border-color: #5F640D; }
span { border-color: rgb(95,100,13); }
td.TdClassName
{
border-color: #5F640D;
}
.TagClassName
{
border-color: #5F640D;
}
</style>