Shades of Fiji Green #5F6512
Tints of Fiji Green #5F6512
RGB
CMYK
RGB Variations
Color information
#5F6512 (or 0x5F6512) is known color: Fiji Green. HEX triplet: 5F, 65 and 12. RGB value is (95,101,18). Sum of RGB (Red+Green+Blue) = 95+101+18=214 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.39% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6512 is #A09AED. Grayscale: #5A5A5A. Windows color (decimal): -10525422 or 1205599. OLE color: 1205599.
HSL color Cylindrical-coordinate representation of color #5F6512: hue angle of 64.34º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F6512 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 18 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.60 |
| HSL | 64.34º | 0.7% | 0.23% | - |
| HSV(B) | 64.34º | 0.82% | 0.4% | - |
| XYZ | 9.48 | 11.78 | 2.35 | - |
| YUV | 89.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 18 | 0.06 | 0 | 0.82 | 0.60 | 64.34 | 0.7 | 0.23 |
| Hex | 5F | 65 | 12 | 6 | 0 | 52 | 3C | 40 | 46 | 17 |
| Octal | 137 | 145 | 22 | 6 | 0 | 122 | 74 | 100 | 106 | 27 |
| Binary | 1011111 | 1100101 | 10010 | 110 | 0 | 1010010 | 111100 | 1000000 | 1000110 | 10111 |
Color Harmonies of #5F6512
Complementary color
Monochromatic Colors of #5F6512
Black with #5F6512
Text Example
Text Example
White with #5F6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6512; }
p { color: rgb(95,101,18); }
H1.HeaderClassName
{
color: #5F6512;
}
.AnyTagClassName
{
color: #5F6512;
}
</style>
background-color css
<style>
a { background-color: #5F6512; }
a { background-color: rgb(95,101,18); }
div.DivClassName
{
background-color: #5F6512;
}
.BgClassName
{
background-color: #5F6512;
}
</style>
border-color css
<style>
span { border-color: #5F6512; }
span { border-color: rgb(95,101,18); }
td.TdClassName
{
border-color: #5F6512;
}
.TagClassName
{
border-color: #5F6512;
}
</style>