Shades of Fiji Green #5B7005
Tints of Fiji Green #5B7005
RGB
CMYK
RGB Variations
Color information
#5B7005 (or 0x5B7005) is known color: Fiji Green. HEX triplet: 5B, 70 and 05. RGB value is (91,112,5). Sum of RGB (Red+Green+Blue) = 91+112+5=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7005 is #A48FFA. Grayscale: #5D5D5D. Windows color (decimal): -10784763 or 356443. OLE color: 356443.
HSL color Cylindrical-coordinate representation of color #5B7005: hue angle of 71.78º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B7005 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 5 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.56 |
| HSL | 71.78º | 0.91% | 0.23% | - |
| HSV(B) | 71.78º | 0.96% | 0.44% | - |
| XYZ | 10.14 | 13.82 | 2.28 | - |
| YUV | 93.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 5 | 0.19 | 0 | 0.96 | 0.56 | 71.78 | 0.91 | 0.23 |
| Hex | 5B | 70 | 5 | 13 | 0 | 60 | 38 | 48 | 5B | 17 |
| Octal | 133 | 160 | 5 | 23 | 0 | 140 | 70 | 110 | 133 | 27 |
| Binary | 1011011 | 1110000 | 101 | 10011 | 0 | 1100000 | 111000 | 1001000 | 1011011 | 10111 |
Color Harmonies of #5B7005
Complementary color
Monochromatic Colors of #5B7005
Black with #5B7005
Text Example
Text Example
White with #5B7005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7005; }
p { color: rgb(91,112,5); }
H1.HeaderClassName
{
color: #5B7005;
}
.AnyTagClassName
{
color: #5B7005;
}
</style>
background-color css
<style>
a { background-color: #5B7005; }
a { background-color: rgb(91,112,5); }
div.DivClassName
{
background-color: #5B7005;
}
.BgClassName
{
background-color: #5B7005;
}
</style>
border-color css
<style>
span { border-color: #5B7005; }
span { border-color: rgb(91,112,5); }
td.TdClassName
{
border-color: #5B7005;
}
.TagClassName
{
border-color: #5B7005;
}
</style>