Shades of Fiji Green #5B701F
Tints of Fiji Green #5B701F
RGB
CMYK
RGB Variations
Color information
#5B701F (or 0x5B701F) is known color: Fiji Green. HEX triplet: 5B, 70 and 1F. RGB value is (91,112,31). Sum of RGB (Red+Green+Blue) = 91+112+31=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #5B701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B701F is #A48FE0. Grayscale: #606060. Windows color (decimal): -10784737 or 2060379. OLE color: 2060379.
HSL color Cylindrical-coordinate representation of color #5B701F: hue angle of 75.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B701F is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 31 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.56 |
| HSL | 75.56º | 0.57% | 0.28% | - |
| HSV(B) | 75.56º | 0.72% | 0.44% | - |
| XYZ | 10.36 | 13.91 | 3.44 | - |
| YUV | 96.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 31 | 0.19 | 0 | 0.72 | 0.56 | 75.56 | 0.57 | 0.28 |
| Hex | 5B | 70 | 1F | 13 | 0 | 48 | 38 | 4C | 39 | 1C |
| Octal | 133 | 160 | 37 | 23 | 0 | 110 | 70 | 114 | 71 | 34 |
| Binary | 1011011 | 1110000 | 11111 | 10011 | 0 | 1001000 | 111000 | 1001100 | 111001 | 11100 |
Color Harmonies of #5B701F
Complementary color
Monochromatic Colors of #5B701F
Black with #5B701F
Text Example
Text Example
White with #5B701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B701F; }
p { color: rgb(91,112,31); }
H1.HeaderClassName
{
color: #5B701F;
}
.AnyTagClassName
{
color: #5B701F;
}
</style>
background-color css
<style>
a { background-color: #5B701F; }
a { background-color: rgb(91,112,31); }
div.DivClassName
{
background-color: #5B701F;
}
.BgClassName
{
background-color: #5B701F;
}
</style>
border-color css
<style>
span { border-color: #5B701F; }
span { border-color: rgb(91,112,31); }
td.TdClassName
{
border-color: #5B701F;
}
.TagClassName
{
border-color: #5B701F;
}
</style>