Shades of Fiji Green #5F681B
Tints of Fiji Green #5F681B
RGB
CMYK
RGB Variations
Color information
#5F681B (or 0x5F681B) is known color: Fiji Green. HEX triplet: 5F, 68 and 1B. RGB value is (95,104,27). Sum of RGB (Red+Green+Blue) = 95+104+27=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #5F681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F681B is #A097E4. Grayscale: #5C5C5C. Windows color (decimal): -10524645 or 1796191. OLE color: 1796191.
HSL color Cylindrical-coordinate representation of color #5F681B: hue angle of 67.01º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F681B is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 104 | 27 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.59 |
| HSL | 67.01º | 0.59% | 0.26% | - |
| HSV(B) | 67.01º | 0.74% | 0.41% | - |
| XYZ | 9.87 | 12.41 | 2.91 | - |
| YUV | 92.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 27 | 0.09 | 0 | 0.74 | 0.59 | 67.01 | 0.59 | 0.26 |
| Hex | 5F | 68 | 1B | 9 | 0 | 4A | 3B | 43 | 3B | 1A |
| Octal | 137 | 150 | 33 | 11 | 0 | 112 | 73 | 103 | 73 | 32 |
| Binary | 1011111 | 1101000 | 11011 | 1001 | 0 | 1001010 | 111011 | 1000011 | 111011 | 11010 |
Color Harmonies of #5F681B
Complementary color
Monochromatic Colors of #5F681B
Black with #5F681B
Text Example
Text Example
White with #5F681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F681B; }
p { color: rgb(95,104,27); }
H1.HeaderClassName
{
color: #5F681B;
}
.AnyTagClassName
{
color: #5F681B;
}
</style>
background-color css
<style>
a { background-color: #5F681B; }
a { background-color: rgb(95,104,27); }
div.DivClassName
{
background-color: #5F681B;
}
.BgClassName
{
background-color: #5F681B;
}
</style>
border-color css
<style>
span { border-color: #5F681B; }
span { border-color: rgb(95,104,27); }
td.TdClassName
{
border-color: #5F681B;
}
.TagClassName
{
border-color: #5F681B;
}
</style>