Shades of Fiji Green #5B720C
Tints of Fiji Green #5B720C
RGB
CMYK
RGB Variations
Color information
#5B720C (or 0x5B720C) is known color: Fiji Green. HEX triplet: 5B, 72 and 0C. RGB value is (91,114,12). Sum of RGB (Red+Green+Blue) = 91+114+12=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #5B720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B720C is #A48DF3. Grayscale: #5F5F5F. Windows color (decimal): -10784244 or 815707. OLE color: 815707.
HSL color Cylindrical-coordinate representation of color #5B720C: hue angle of 73.53º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B720C is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 114 | 12 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.55 |
| HSL | 73.53º | 0.81% | 0.25% | - |
| HSV(B) | 73.53º | 0.89% | 0.45% | - |
| XYZ | 10.4 | 14.29 | 2.56 | - |
| YUV | 95.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 114 | 12 | 0.20 | 0 | 0.89 | 0.55 | 73.53 | 0.81 | 0.25 |
| Hex | 5B | 72 | C | 14 | 0 | 59 | 37 | 4A | 51 | 19 |
| Octal | 133 | 162 | 14 | 24 | 0 | 131 | 67 | 112 | 121 | 31 |
| Binary | 1011011 | 1110010 | 1100 | 10100 | 0 | 1011001 | 110111 | 1001010 | 1010001 | 11001 |
Color Harmonies of #5B720C
Complementary color
Monochromatic Colors of #5B720C
Black with #5B720C
Text Example
Text Example
White with #5B720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B720C; }
p { color: rgb(91,114,12); }
H1.HeaderClassName
{
color: #5B720C;
}
.AnyTagClassName
{
color: #5B720C;
}
</style>
background-color css
<style>
a { background-color: #5B720C; }
a { background-color: rgb(91,114,12); }
div.DivClassName
{
background-color: #5B720C;
}
.BgClassName
{
background-color: #5B720C;
}
</style>
border-color css
<style>
span { border-color: #5B720C; }
span { border-color: rgb(91,114,12); }
td.TdClassName
{
border-color: #5B720C;
}
.TagClassName
{
border-color: #5B720C;
}
</style>