Shades of Fiji Green #5F640A
Tints of Fiji Green #5F640A
RGB
CMYK
RGB Variations
Color information
#5F640A (or 0x5F640A) is known color: Fiji Green. HEX triplet: 5F, 64 and 0A. RGB value is (95,100,10). Sum of RGB (Red+Green+Blue) = 95+100+10=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #5F640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F640A is #A09BF5. Grayscale: #585858. Windows color (decimal): -10525686 or 681055. OLE color: 681055.
HSL color Cylindrical-coordinate representation of color #5F640A: hue angle of 63.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F640A is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 10 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.61 |
| HSL | 63.33º | 0.82% | 0.22% | - |
| HSV(B) | 63.33º | 0.9% | 0.39% | - |
| XYZ | 9.33 | 11.57 | 2.03 | - |
| YUV | 88.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 10 | 0.05 | 0 | 0.90 | 0.61 | 63.33 | 0.82 | 0.22 |
| Hex | 5F | 64 | A | 5 | 0 | 5A | 3D | 3F | 52 | 16 |
| Octal | 137 | 144 | 12 | 5 | 0 | 132 | 75 | 77 | 122 | 26 |
| Binary | 1011111 | 1100100 | 1010 | 101 | 0 | 1011010 | 111101 | 111111 | 1010010 | 10110 |
Color Harmonies of #5F640A
Complementary color
Monochromatic Colors of #5F640A
Black with #5F640A
Text Example
Text Example
White with #5F640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F640A; }
p { color: rgb(95,100,10); }
H1.HeaderClassName
{
color: #5F640A;
}
.AnyTagClassName
{
color: #5F640A;
}
</style>
background-color css
<style>
a { background-color: #5F640A; }
a { background-color: rgb(95,100,10); }
div.DivClassName
{
background-color: #5F640A;
}
.BgClassName
{
background-color: #5F640A;
}
</style>
border-color css
<style>
span { border-color: #5F640A; }
span { border-color: rgb(95,100,10); }
td.TdClassName
{
border-color: #5F640A;
}
.TagClassName
{
border-color: #5F640A;
}
</style>