Shades of Fiji Green #5B7302
Tints of Fiji Green #5B7302
RGB
CMYK
RGB Variations
Color information
#5B7302 (or 0x5B7302) is known color: Fiji Green. HEX triplet: 5B, 73 and 02. RGB value is (91,115,2). Sum of RGB (Red+Green+Blue) = 91+115+2=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7302 is #A48CFD. Grayscale: #5F5F5F. Windows color (decimal): -10783998 or 160603. OLE color: 160603.
HSL color Cylindrical-coordinate representation of color #5B7302: hue angle of 72.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B7302 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 2 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.55 |
| HSL | 72.74º | 0.97% | 0.23% | - |
| HSV(B) | 72.74º | 0.98% | 0.45% | - |
| XYZ | 10.46 | 14.49 | 2.3 | - |
| YUV | 94.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 2 | 0.21 | 0 | 0.98 | 0.55 | 72.74 | 0.97 | 0.23 |
| Hex | 5B | 73 | 2 | 15 | 0 | 62 | 37 | 49 | 61 | 17 |
| Octal | 133 | 163 | 2 | 25 | 0 | 142 | 67 | 111 | 141 | 27 |
| Binary | 1011011 | 1110011 | 10 | 10101 | 0 | 1100010 | 110111 | 1001001 | 1100001 | 10111 |
Color Harmonies of #5B7302
Complementary color
Monochromatic Colors of #5B7302
Black with #5B7302
Text Example
Text Example
White with #5B7302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7302; }
p { color: rgb(91,115,2); }
H1.HeaderClassName
{
color: #5B7302;
}
.AnyTagClassName
{
color: #5B7302;
}
</style>
background-color css
<style>
a { background-color: #5B7302; }
a { background-color: rgb(91,115,2); }
div.DivClassName
{
background-color: #5B7302;
}
.BgClassName
{
background-color: #5B7302;
}
</style>
border-color css
<style>
span { border-color: #5B7302; }
span { border-color: rgb(91,115,2); }
td.TdClassName
{
border-color: #5B7302;
}
.TagClassName
{
border-color: #5B7302;
}
</style>