Shades of Fiji Green #5B730A
Tints of Fiji Green #5B730A
RGB
CMYK
RGB Variations
Color information
#5B730A (or 0x5B730A) is known color: Fiji Green. HEX triplet: 5B, 73 and 0A. RGB value is (91,115,10). Sum of RGB (Red+Green+Blue) = 91+115+10=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #5B730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B730A is #A48CF5. Grayscale: #606060. Windows color (decimal): -10783990 or 684891. OLE color: 684891.
HSL color Cylindrical-coordinate representation of color #5B730A: hue angle of 73.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B730A is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 10 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.55 |
| HSL | 73.71º | 0.84% | 0.25% | - |
| HSV(B) | 73.71º | 0.91% | 0.45% | - |
| XYZ | 10.5 | 14.51 | 2.53 | - |
| YUV | 95.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 10 | 0.21 | 0 | 0.91 | 0.55 | 73.71 | 0.84 | 0.25 |
| Hex | 5B | 73 | A | 15 | 0 | 5B | 37 | 4A | 54 | 19 |
| Octal | 133 | 163 | 12 | 25 | 0 | 133 | 67 | 112 | 124 | 31 |
| Binary | 1011011 | 1110011 | 1010 | 10101 | 0 | 1011011 | 110111 | 1001010 | 1010100 | 11001 |
Color Harmonies of #5B730A
Complementary color
Monochromatic Colors of #5B730A
Black with #5B730A
Text Example
Text Example
White with #5B730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B730A; }
p { color: rgb(91,115,10); }
H1.HeaderClassName
{
color: #5B730A;
}
.AnyTagClassName
{
color: #5B730A;
}
</style>
background-color css
<style>
a { background-color: #5B730A; }
a { background-color: rgb(91,115,10); }
div.DivClassName
{
background-color: #5B730A;
}
.BgClassName
{
background-color: #5B730A;
}
</style>
border-color css
<style>
span { border-color: #5B730A; }
span { border-color: rgb(91,115,10); }
td.TdClassName
{
border-color: #5B730A;
}
.TagClassName
{
border-color: #5B730A;
}
</style>