Shades of Fiji Green #5F681D
Tints of Fiji Green #5F681D
RGB
CMYK
RGB Variations
Color information
#5F681D (or 0x5F681D) is known color: Fiji Green. HEX triplet: 5F, 68 and 1D. RGB value is (95,104,29). Sum of RGB (Red+Green+Blue) = 95+104+29=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #5F681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F681D is #A097E2. Grayscale: #5D5D5D. Windows color (decimal): -10524643 or 1927263. OLE color: 1927263.
HSL color Cylindrical-coordinate representation of color #5F681D: hue angle of 67.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F681D is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 104 | 29 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.59 |
| HSL | 67.2º | 0.56% | 0.26% | - |
| HSV(B) | 67.2º | 0.72% | 0.41% | - |
| XYZ | 9.89 | 12.42 | 3.04 | - |
| YUV | 92.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 29 | 0.09 | 0 | 0.72 | 0.59 | 67.2 | 0.56 | 0.26 |
| Hex | 5F | 68 | 1D | 9 | 0 | 48 | 3B | 43 | 38 | 1A |
| Octal | 137 | 150 | 35 | 11 | 0 | 110 | 73 | 103 | 70 | 32 |
| Binary | 1011111 | 1101000 | 11101 | 1001 | 0 | 1001000 | 111011 | 1000011 | 111000 | 11010 |
Color Harmonies of #5F681D
Complementary color
Monochromatic Colors of #5F681D
Black with #5F681D
Text Example
Text Example
White with #5F681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F681D; }
p { color: rgb(95,104,29); }
H1.HeaderClassName
{
color: #5F681D;
}
.AnyTagClassName
{
color: #5F681D;
}
</style>
background-color css
<style>
a { background-color: #5F681D; }
a { background-color: rgb(95,104,29); }
div.DivClassName
{
background-color: #5F681D;
}
.BgClassName
{
background-color: #5F681D;
}
</style>
border-color css
<style>
span { border-color: #5F681D; }
span { border-color: rgb(95,104,29); }
td.TdClassName
{
border-color: #5F681D;
}
.TagClassName
{
border-color: #5F681D;
}
</style>