Shades of Fiji Green #5F711D
Tints of Fiji Green #5F711D
RGB
CMYK
RGB Variations
Color information
#5F711D (or 0x5F711D) is known color: Fiji Green. HEX triplet: 5F, 71 and 1D. RGB value is (95,113,29). Sum of RGB (Red+Green+Blue) = 95+113+29=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #5F711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F711D is #A08EE2. Grayscale: #626262. Windows color (decimal): -10522339 or 1929567. OLE color: 1929567.
HSL color Cylindrical-coordinate representation of color #5F711D: hue angle of 72.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F711D is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 29 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.56 |
| HSL | 72.86º | 0.59% | 0.28% | - |
| HSV(B) | 72.86º | 0.74% | 0.44% | - |
| XYZ | 10.85 | 14.33 | 3.36 | - |
| YUV | 98.04 | 89.04 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 29 | 0.16 | 0 | 0.74 | 0.56 | 72.86 | 0.59 | 0.28 |
| Hex | 5F | 71 | 1D | 10 | 0 | 4A | 38 | 49 | 3B | 1C |
| Octal | 137 | 161 | 35 | 20 | 0 | 112 | 70 | 111 | 73 | 34 |
| Binary | 1011111 | 1110001 | 11101 | 10000 | 0 | 1001010 | 111000 | 1001001 | 111011 | 11100 |
Color Harmonies of #5F711D
Complementary color
Monochromatic Colors of #5F711D
Black with #5F711D
Text Example
Text Example
White with #5F711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F711D; }
p { color: rgb(95,113,29); }
H1.HeaderClassName
{
color: #5F711D;
}
.AnyTagClassName
{
color: #5F711D;
}
</style>
background-color css
<style>
a { background-color: #5F711D; }
a { background-color: rgb(95,113,29); }
div.DivClassName
{
background-color: #5F711D;
}
.BgClassName
{
background-color: #5F711D;
}
</style>
border-color css
<style>
span { border-color: #5F711D; }
span { border-color: rgb(95,113,29); }
td.TdClassName
{
border-color: #5F711D;
}
.TagClassName
{
border-color: #5F711D;
}
</style>