Shades of Fiji Green #5B770D
Tints of Fiji Green #5B770D
RGB
CMYK
RGB Variations
Color information
#5B770D (or 0x5B770D) is known color: Fiji Green. HEX triplet: 5B, 77 and 0D. RGB value is (91,119,13). Sum of RGB (Red+Green+Blue) = 91+119+13=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #5B770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B770D is #A488F2. Grayscale: #626262. Windows color (decimal): -10782963 or 882523. OLE color: 882523.
HSL color Cylindrical-coordinate representation of color #5B770D: hue angle of 75.85º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B770D is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 13 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.53 |
| HSL | 75.85º | 0.8% | 0.26% | - |
| HSV(B) | 75.85º | 0.89% | 0.47% | - |
| XYZ | 10.98 | 15.45 | 2.78 | - |
| YUV | 98.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 13 | 0.24 | 0 | 0.89 | 0.53 | 75.85 | 0.8 | 0.26 |
| Hex | 5B | 77 | D | 18 | 0 | 59 | 35 | 4C | 50 | 1A |
| Octal | 133 | 167 | 15 | 30 | 0 | 131 | 65 | 114 | 120 | 32 |
| Binary | 1011011 | 1110111 | 1101 | 11000 | 0 | 1011001 | 110101 | 1001100 | 1010000 | 11010 |
Color Harmonies of #5B770D
Complementary color
Monochromatic Colors of #5B770D
Black with #5B770D
Text Example
Text Example
White with #5B770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B770D; }
p { color: rgb(91,119,13); }
H1.HeaderClassName
{
color: #5B770D;
}
.AnyTagClassName
{
color: #5B770D;
}
</style>
background-color css
<style>
a { background-color: #5B770D; }
a { background-color: rgb(91,119,13); }
div.DivClassName
{
background-color: #5B770D;
}
.BgClassName
{
background-color: #5B770D;
}
</style>
border-color css
<style>
span { border-color: #5B770D; }
span { border-color: rgb(91,119,13); }
td.TdClassName
{
border-color: #5B770D;
}
.TagClassName
{
border-color: #5B770D;
}
</style>