Shades of Fiji Green #5F671F
Tints of Fiji Green #5F671F
RGB
CMYK
RGB Variations
Color information
#5F671F (or 0x5F671F) is known color: Fiji Green. HEX triplet: 5F, 67 and 1F. RGB value is (95,103,31). Sum of RGB (Red+Green+Blue) = 95+103+31=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #5F671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F671F is #A098E0. Grayscale: #5C5C5C. Windows color (decimal): -10524897 or 2058079. OLE color: 2058079.
HSL color Cylindrical-coordinate representation of color #5F671F: hue angle of 66.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F671F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 103 | 31 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.60 |
| HSL | 66.67º | 0.54% | 0.26% | - |
| HSV(B) | 66.67º | 0.7% | 0.4% | - |
| XYZ | 9.82 | 12.23 | 3.14 | - |
| YUV | 92.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 31 | 0.08 | 0 | 0.70 | 0.60 | 66.67 | 0.54 | 0.26 |
| Hex | 5F | 67 | 1F | 8 | 0 | 46 | 3C | 43 | 36 | 1A |
| Octal | 137 | 147 | 37 | 10 | 0 | 106 | 74 | 103 | 66 | 32 |
| Binary | 1011111 | 1100111 | 11111 | 1000 | 0 | 1000110 | 111100 | 1000011 | 110110 | 11010 |
Color Harmonies of #5F671F
Complementary color
Monochromatic Colors of #5F671F
Black with #5F671F
Text Example
Text Example
White with #5F671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F671F; }
p { color: rgb(95,103,31); }
H1.HeaderClassName
{
color: #5F671F;
}
.AnyTagClassName
{
color: #5F671F;
}
</style>
background-color css
<style>
a { background-color: #5F671F; }
a { background-color: rgb(95,103,31); }
div.DivClassName
{
background-color: #5F671F;
}
.BgClassName
{
background-color: #5F671F;
}
</style>
border-color css
<style>
span { border-color: #5F671F; }
span { border-color: rgb(95,103,31); }
td.TdClassName
{
border-color: #5F671F;
}
.TagClassName
{
border-color: #5F671F;
}
</style>