Shades of Fiji Green #5B770C
Tints of Fiji Green #5B770C
RGB
CMYK
RGB Variations
Color information
#5B770C (or 0x5B770C) is known color: Fiji Green. HEX triplet: 5B, 77 and 0C. RGB value is (91,119,12). Sum of RGB (Red+Green+Blue) = 91+119+12=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #5B770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B770C is #A488F3. Grayscale: #626262. Windows color (decimal): -10782964 or 816987. OLE color: 816987.
HSL color Cylindrical-coordinate representation of color #5B770C: hue angle of 75.7º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B770C is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 12 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.53 |
| HSL | 75.7º | 0.82% | 0.26% | - |
| HSV(B) | 75.7º | 0.9% | 0.47% | - |
| XYZ | 10.98 | 15.44 | 2.75 | - |
| YUV | 98.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 12 | 0.24 | 0 | 0.90 | 0.53 | 75.7 | 0.82 | 0.26 |
| Hex | 5B | 77 | C | 18 | 0 | 5A | 35 | 4C | 52 | 1A |
| Octal | 133 | 167 | 14 | 30 | 0 | 132 | 65 | 114 | 122 | 32 |
| Binary | 1011011 | 1110111 | 1100 | 11000 | 0 | 1011010 | 110101 | 1001100 | 1010010 | 11010 |
Color Harmonies of #5B770C
Complementary color
Monochromatic Colors of #5B770C
Black with #5B770C
Text Example
Text Example
White with #5B770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B770C; }
p { color: rgb(91,119,12); }
H1.HeaderClassName
{
color: #5B770C;
}
.AnyTagClassName
{
color: #5B770C;
}
</style>
background-color css
<style>
a { background-color: #5B770C; }
a { background-color: rgb(91,119,12); }
div.DivClassName
{
background-color: #5B770C;
}
.BgClassName
{
background-color: #5B770C;
}
</style>
border-color css
<style>
span { border-color: #5B770C; }
span { border-color: rgb(91,119,12); }
td.TdClassName
{
border-color: #5B770C;
}
.TagClassName
{
border-color: #5B770C;
}
</style>