Shades of Fiji Green #5B7A1F
Tints of Fiji Green #5B7A1F
RGB
CMYK
RGB Variations
Color information
#5B7A1F (or 0x5B7A1F) is known color: Fiji Green. HEX triplet: 5B, 7A and 1F. RGB value is (91,122,31). Sum of RGB (Red+Green+Blue) = 91+122+31=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7A1F is #A485E0. Grayscale: #666666. Windows color (decimal): -10782177 or 2062939. OLE color: 2062939.
HSL color Cylindrical-coordinate representation of color #5B7A1F: hue angle of 80.44º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B7A1F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 122 | 31 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.52 |
| HSL | 80.44º | 0.59% | 0.3% | - |
| HSV(B) | 80.44º | 0.75% | 0.48% | - |
| XYZ | 11.52 | 16.24 | 3.82 | - |
| YUV | 102.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 31 | 0.25 | 0 | 0.75 | 0.52 | 80.44 | 0.59 | 0.3 |
| Hex | 5B | 7A | 1F | 19 | 0 | 4B | 34 | 50 | 3B | 1E |
| Octal | 133 | 172 | 37 | 31 | 0 | 113 | 64 | 120 | 73 | 36 |
| Binary | 1011011 | 1111010 | 11111 | 11001 | 0 | 1001011 | 110100 | 1010000 | 111011 | 11110 |
Color Harmonies of #5B7A1F
Complementary color
Monochromatic Colors of #5B7A1F
Black with #5B7A1F
Text Example
Text Example
White with #5B7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7A1F; }
p { color: rgb(91,122,31); }
H1.HeaderClassName
{
color: #5B7A1F;
}
.AnyTagClassName
{
color: #5B7A1F;
}
</style>
background-color css
<style>
a { background-color: #5B7A1F; }
a { background-color: rgb(91,122,31); }
div.DivClassName
{
background-color: #5B7A1F;
}
.BgClassName
{
background-color: #5B7A1F;
}
</style>
border-color css
<style>
span { border-color: #5B7A1F; }
span { border-color: rgb(91,122,31); }
td.TdClassName
{
border-color: #5B7A1F;
}
.TagClassName
{
border-color: #5B7A1F;
}
</style>