Shades of Fiji Green #5F6521
Tints of Fiji Green #5F6521
RGB
CMYK
RGB Variations
Color information
#5F6521 (or 0x5F6521) is known color: Fiji Green. HEX triplet: 5F, 65 and 21. RGB value is (95,101,33). Sum of RGB (Red+Green+Blue) = 95+101+33=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6521 is #A09ADE. Grayscale: #5B5B5B. Windows color (decimal): -10525407 or 2188639. OLE color: 2188639.
HSL color Cylindrical-coordinate representation of color #5F6521: hue angle of 65.29º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F6521 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 33 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.60 |
| HSL | 65.29º | 0.51% | 0.26% | - |
| HSV(B) | 65.29º | 0.67% | 0.4% | - |
| XYZ | 9.65 | 11.85 | 3.22 | - |
| YUV | 91.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 33 | 0.06 | 0 | 0.67 | 0.60 | 65.29 | 0.51 | 0.26 |
| Hex | 5F | 65 | 21 | 6 | 0 | 43 | 3C | 41 | 33 | 1A |
| Octal | 137 | 145 | 41 | 6 | 0 | 103 | 74 | 101 | 63 | 32 |
| Binary | 1011111 | 1100101 | 100001 | 110 | 0 | 1000011 | 111100 | 1000001 | 110011 | 11010 |
Color Harmonies of #5F6521
Complementary color
Monochromatic Colors of #5F6521
Black with #5F6521
Text Example
Text Example
White with #5F6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6521; }
p { color: rgb(95,101,33); }
H1.HeaderClassName
{
color: #5F6521;
}
.AnyTagClassName
{
color: #5F6521;
}
</style>
background-color css
<style>
a { background-color: #5F6521; }
a { background-color: rgb(95,101,33); }
div.DivClassName
{
background-color: #5F6521;
}
.BgClassName
{
background-color: #5F6521;
}
</style>
border-color css
<style>
span { border-color: #5F6521; }
span { border-color: rgb(95,101,33); }
td.TdClassName
{
border-color: #5F6521;
}
.TagClassName
{
border-color: #5F6521;
}
</style>