Shades of Fiji Green #5B741F
Tints of Fiji Green #5B741F
RGB
CMYK
RGB Variations
Color information
#5B741F (or 0x5B741F) is known color: Fiji Green. HEX triplet: 5B, 74 and 1F. RGB value is (91,116,31). Sum of RGB (Red+Green+Blue) = 91+116+31=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #5B741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B741F is #A48BE0. Grayscale: #636363. Windows color (decimal): -10783713 or 2061403. OLE color: 2061403.
HSL color Cylindrical-coordinate representation of color #5B741F: hue angle of 77.65º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B741F is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 31 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.55 |
| HSL | 77.65º | 0.58% | 0.29% | - |
| HSV(B) | 77.65º | 0.73% | 0.45% | - |
| XYZ | 10.81 | 14.81 | 3.59 | - |
| YUV | 98.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 31 | 0.22 | 0 | 0.73 | 0.55 | 77.65 | 0.58 | 0.29 |
| Hex | 5B | 74 | 1F | 16 | 0 | 49 | 37 | 4E | 3A | 1D |
| Octal | 133 | 164 | 37 | 26 | 0 | 111 | 67 | 116 | 72 | 35 |
| Binary | 1011011 | 1110100 | 11111 | 10110 | 0 | 1001001 | 110111 | 1001110 | 111010 | 11101 |
Color Harmonies of #5B741F
Complementary color
Monochromatic Colors of #5B741F
Black with #5B741F
Text Example
Text Example
White with #5B741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B741F; }
p { color: rgb(91,116,31); }
H1.HeaderClassName
{
color: #5B741F;
}
.AnyTagClassName
{
color: #5B741F;
}
</style>
background-color css
<style>
a { background-color: #5B741F; }
a { background-color: rgb(91,116,31); }
div.DivClassName
{
background-color: #5B741F;
}
.BgClassName
{
background-color: #5B741F;
}
</style>
border-color css
<style>
span { border-color: #5B741F; }
span { border-color: rgb(91,116,31); }
td.TdClassName
{
border-color: #5B741F;
}
.TagClassName
{
border-color: #5B741F;
}
</style>