Shades of Fiji Green #5F6428
Tints of Fiji Green #5F6428
RGB
CMYK
RGB Variations
Color information
#5F6428 (or 0x5F6428) is known color: Fiji Green. HEX triplet: 5F, 64 and 28. RGB value is (95,100,40). Sum of RGB (Red+Green+Blue) = 95+100+40=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #5F6428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6428 is #A09BD7. Grayscale: #5B5B5B. Windows color (decimal): -10525656 or 2647135. OLE color: 2647135.
HSL color Cylindrical-coordinate representation of color #5F6428: hue angle of 65º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F6428 is Cyan = 0.05, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 40 | - |
| CMYK | 0.05 | 0 | 0.6 | 0.61 |
| HSL | 65º | 0.43% | 0.27% | - |
| HSV(B) | 65º | 0.6% | 0.39% | - |
| XYZ | 9.66 | 11.7 | 3.76 | - |
| YUV | 91.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 40 | 0.05 | 0 | 0.6 | 0.61 | 65 | 0.43 | 0.27 |
| Hex | 5F | 64 | 28 | 5 | 0 | 3C | 3D | 41 | 2B | 1B |
| Octal | 137 | 144 | 50 | 5 | 0 | 74 | 75 | 101 | 53 | 33 |
| Binary | 1011111 | 1100100 | 101000 | 101 | 0 | 111100 | 111101 | 1000001 | 101011 | 11011 |
Color Harmonies of #5F6428
Complementary color
Monochromatic Colors of #5F6428
Black with #5F6428
Text Example
Text Example
White with #5F6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6428; }
p { color: rgb(95,100,40); }
H1.HeaderClassName
{
color: #5F6428;
}
.AnyTagClassName
{
color: #5F6428;
}
</style>
background-color css
<style>
a { background-color: #5F6428; }
a { background-color: rgb(95,100,40); }
div.DivClassName
{
background-color: #5F6428;
}
.BgClassName
{
background-color: #5F6428;
}
</style>
border-color css
<style>
span { border-color: #5F6428; }
span { border-color: rgb(95,100,40); }
td.TdClassName
{
border-color: #5F6428;
}
.TagClassName
{
border-color: #5F6428;
}
</style>