Shades of Fiji Green #5E671F
Tints of Fiji Green #5E671F
RGB
CMYK
RGB Variations
Color information
#5E671F (or 0x5E671F) is known color: Fiji Green. HEX triplet: 5E, 67 and 1F. RGB value is (94,103,31). Sum of RGB (Red+Green+Blue) = 94+103+31=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #5E671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E671F is #A198E0. Grayscale: #5C5C5C. Windows color (decimal): -10590433 or 2058078. OLE color: 2058078.
HSL color Cylindrical-coordinate representation of color #5E671F: hue angle of 67.5º 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 #5E671F is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 31 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.60 |
| HSL | 67.5º | 0.54% | 0.26% | - |
| HSV(B) | 67.5º | 0.7% | 0.4% | - |
| XYZ | 9.71 | 12.18 | 3.14 | - |
| YUV | 92.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 31 | 0.09 | 0 | 0.70 | 0.60 | 67.5 | 0.54 | 0.26 |
| Hex | 5E | 67 | 1F | 9 | 0 | 46 | 3C | 44 | 36 | 1A |
| Octal | 136 | 147 | 37 | 11 | 0 | 106 | 74 | 104 | 66 | 32 |
| Binary | 1011110 | 1100111 | 11111 | 1001 | 0 | 1000110 | 111100 | 1000100 | 110110 | 11010 |
Color Harmonies of #5E671F
Complementary color
Monochromatic Colors of #5E671F
Black with #5E671F
Text Example
Text Example
White with #5E671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E671F; }
p { color: rgb(94,103,31); }
H1.HeaderClassName
{
color: #5E671F;
}
.AnyTagClassName
{
color: #5E671F;
}
</style>
background-color css
<style>
a { background-color: #5E671F; }
a { background-color: rgb(94,103,31); }
div.DivClassName
{
background-color: #5E671F;
}
.BgClassName
{
background-color: #5E671F;
}
</style>
border-color css
<style>
span { border-color: #5E671F; }
span { border-color: rgb(94,103,31); }
td.TdClassName
{
border-color: #5E671F;
}
.TagClassName
{
border-color: #5E671F;
}
</style>