Shades of Fiji Green #5B751D
Tints of Fiji Green #5B751D
RGB
CMYK
RGB Variations
Color information
#5B751D (or 0x5B751D) is known color: Fiji Green. HEX triplet: 5B, 75 and 1D. RGB value is (91,117,29). Sum of RGB (Red+Green+Blue) = 91+117+29=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #5B751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B751D is #A48AE2. Grayscale: #636363. Windows color (decimal): -10783459 or 1930587. OLE color: 1930587.
HSL color Cylindrical-coordinate representation of color #5B751D: hue angle of 77.73º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B751D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 117 | 29 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.54 |
| HSL | 77.73º | 0.6% | 0.29% | - |
| HSV(B) | 77.73º | 0.75% | 0.46% | - |
| XYZ | 10.9 | 15.04 | 3.49 | - |
| YUV | 99.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 29 | 0.22 | 0 | 0.75 | 0.54 | 77.73 | 0.6 | 0.29 |
| Hex | 5B | 75 | 1D | 16 | 0 | 4B | 36 | 4E | 3C | 1D |
| Octal | 133 | 165 | 35 | 26 | 0 | 113 | 66 | 116 | 74 | 35 |
| Binary | 1011011 | 1110101 | 11101 | 10110 | 0 | 1001011 | 110110 | 1001110 | 111100 | 11101 |
Color Harmonies of #5B751D
Complementary color
Monochromatic Colors of #5B751D
Black with #5B751D
Text Example
Text Example
White with #5B751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B751D; }
p { color: rgb(91,117,29); }
H1.HeaderClassName
{
color: #5B751D;
}
.AnyTagClassName
{
color: #5B751D;
}
</style>
background-color css
<style>
a { background-color: #5B751D; }
a { background-color: rgb(91,117,29); }
div.DivClassName
{
background-color: #5B751D;
}
.BgClassName
{
background-color: #5B751D;
}
</style>
border-color css
<style>
span { border-color: #5B751D; }
span { border-color: rgb(91,117,29); }
td.TdClassName
{
border-color: #5B751D;
}
.TagClassName
{
border-color: #5B751D;
}
</style>