Shades of Fiji Green #5B7320
Tints of Fiji Green #5B7320
RGB
CMYK
RGB Variations
Color information
#5B7320 (or 0x5B7320) is known color: Fiji Green. HEX triplet: 5B, 73 and 20. RGB value is (91,115,32). Sum of RGB (Red+Green+Blue) = 91+115+32=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7320 is #A48CDF. Grayscale: #626262. Windows color (decimal): -10783968 or 2126683. OLE color: 2126683.
HSL color Cylindrical-coordinate representation of color #5B7320: hue angle of 77.35º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B7320 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 32 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.55 |
| HSL | 77.35º | 0.56% | 0.29% | - |
| HSV(B) | 77.35º | 0.72% | 0.45% | - |
| XYZ | 10.71 | 14.59 | 3.62 | - |
| YUV | 98.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 32 | 0.21 | 0 | 0.72 | 0.55 | 77.35 | 0.56 | 0.29 |
| Hex | 5B | 73 | 20 | 15 | 0 | 48 | 37 | 4D | 38 | 1D |
| Octal | 133 | 163 | 40 | 25 | 0 | 110 | 67 | 115 | 70 | 35 |
| Binary | 1011011 | 1110011 | 100000 | 10101 | 0 | 1001000 | 110111 | 1001101 | 111000 | 11101 |
Color Harmonies of #5B7320
Complementary color
Monochromatic Colors of #5B7320
Black with #5B7320
Text Example
Text Example
White with #5B7320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7320; }
p { color: rgb(91,115,32); }
H1.HeaderClassName
{
color: #5B7320;
}
.AnyTagClassName
{
color: #5B7320;
}
</style>
background-color css
<style>
a { background-color: #5B7320; }
a { background-color: rgb(91,115,32); }
div.DivClassName
{
background-color: #5B7320;
}
.BgClassName
{
background-color: #5B7320;
}
</style>
border-color css
<style>
span { border-color: #5B7320; }
span { border-color: rgb(91,115,32); }
td.TdClassName
{
border-color: #5B7320;
}
.TagClassName
{
border-color: #5B7320;
}
</style>