Shades of Fiji Green #5F6321
Tints of Fiji Green #5F6321
RGB
CMYK
RGB Variations
Color information
#5F6321 (or 0x5F6321) is known color: Fiji Green. HEX triplet: 5F, 63 and 21. RGB value is (95,99,33). Sum of RGB (Red+Green+Blue) = 95+99+33=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6321 is #A09CDE. Grayscale: #5A5A5A. Windows color (decimal): -10525919 or 2188127. OLE color: 2188127.
HSL color Cylindrical-coordinate representation of color #5F6321: hue angle of 63.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F6321 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 99 | 33 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.61 |
| HSL | 63.64º | 0.5% | 0.26% | - |
| HSV(B) | 63.64º | 0.67% | 0.39% | - |
| XYZ | 9.46 | 11.47 | 3.15 | - |
| YUV | 90.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 33 | 0.04 | 0 | 0.67 | 0.61 | 63.64 | 0.5 | 0.26 |
| Hex | 5F | 63 | 21 | 4 | 0 | 43 | 3D | 40 | 32 | 1A |
| Octal | 137 | 143 | 41 | 4 | 0 | 103 | 75 | 100 | 62 | 32 |
| Binary | 1011111 | 1100011 | 100001 | 100 | 0 | 1000011 | 111101 | 1000000 | 110010 | 11010 |
Color Harmonies of #5F6321
Complementary color
Monochromatic Colors of #5F6321
Black with #5F6321
Text Example
Text Example
White with #5F6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6321; }
p { color: rgb(95,99,33); }
H1.HeaderClassName
{
color: #5F6321;
}
.AnyTagClassName
{
color: #5F6321;
}
</style>
background-color css
<style>
a { background-color: #5F6321; }
a { background-color: rgb(95,99,33); }
div.DivClassName
{
background-color: #5F6321;
}
.BgClassName
{
background-color: #5F6321;
}
</style>
border-color css
<style>
span { border-color: #5F6321; }
span { border-color: rgb(95,99,33); }
td.TdClassName
{
border-color: #5F6321;
}
.TagClassName
{
border-color: #5F6321;
}
</style>