Shades of Fiji Green #5B760F
Tints of Fiji Green #5B760F
RGB
CMYK
RGB Variations
Color information
#5B760F (or 0x5B760F) is known color: Fiji Green. HEX triplet: 5B, 76 and 0F. RGB value is (91,118,15). Sum of RGB (Red+Green+Blue) = 91+118+15=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #5B760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B760F is #A489F0. Grayscale: #626262. Windows color (decimal): -10783217 or 1013339. OLE color: 1013339.
HSL color Cylindrical-coordinate representation of color #5B760F: hue angle of 75.73º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B760F is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 15 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.54 |
| HSL | 75.73º | 0.77% | 0.26% | - |
| HSV(B) | 75.73º | 0.87% | 0.46% | - |
| XYZ | 10.88 | 15.22 | 2.82 | - |
| YUV | 98.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 15 | 0.23 | 0 | 0.87 | 0.54 | 75.73 | 0.77 | 0.26 |
| Hex | 5B | 76 | F | 17 | 0 | 57 | 36 | 4C | 4D | 1A |
| Octal | 133 | 166 | 17 | 27 | 0 | 127 | 66 | 114 | 115 | 32 |
| Binary | 1011011 | 1110110 | 1111 | 10111 | 0 | 1010111 | 110110 | 1001100 | 1001101 | 11010 |
Color Harmonies of #5B760F
Complementary color
Monochromatic Colors of #5B760F
Black with #5B760F
Text Example
Text Example
White with #5B760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B760F; }
p { color: rgb(91,118,15); }
H1.HeaderClassName
{
color: #5B760F;
}
.AnyTagClassName
{
color: #5B760F;
}
</style>
background-color css
<style>
a { background-color: #5B760F; }
a { background-color: rgb(91,118,15); }
div.DivClassName
{
background-color: #5B760F;
}
.BgClassName
{
background-color: #5B760F;
}
</style>
border-color css
<style>
span { border-color: #5B760F; }
span { border-color: rgb(91,118,15); }
td.TdClassName
{
border-color: #5B760F;
}
.TagClassName
{
border-color: #5B760F;
}
</style>