Shades of Fiji Green #5B791C
Tints of Fiji Green #5B791C
RGB
CMYK
RGB Variations
Color information
#5B791C (or 0x5B791C) is known color: Fiji Green. HEX triplet: 5B, 79 and 1C. RGB value is (91,121,28). Sum of RGB (Red+Green+Blue) = 91+121+28=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #5B791C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B791C is #A486E3. Grayscale: #656565. Windows color (decimal): -10782436 or 1866075. OLE color: 1866075.
HSL color Cylindrical-coordinate representation of color #5B791C: hue angle of 79.35º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B791C is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 121 | 28 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.53 |
| HSL | 79.35º | 0.62% | 0.29% | - |
| HSV(B) | 79.35º | 0.77% | 0.47% | - |
| XYZ | 11.36 | 15.98 | 3.58 | - |
| YUV | 101.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 121 | 28 | 0.25 | 0 | 0.77 | 0.53 | 79.35 | 0.62 | 0.29 |
| Hex | 5B | 79 | 1C | 19 | 0 | 4D | 35 | 4F | 3E | 1D |
| Octal | 133 | 171 | 34 | 31 | 0 | 115 | 65 | 117 | 76 | 35 |
| Binary | 1011011 | 1111001 | 11100 | 11001 | 0 | 1001101 | 110101 | 1001111 | 111110 | 11101 |
Color Harmonies of #5B791C
Complementary color
Monochromatic Colors of #5B791C
Black with #5B791C
Text Example
Text Example
White with #5B791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B791C; }
p { color: rgb(91,121,28); }
H1.HeaderClassName
{
color: #5B791C;
}
.AnyTagClassName
{
color: #5B791C;
}
</style>
background-color css
<style>
a { background-color: #5B791C; }
a { background-color: rgb(91,121,28); }
div.DivClassName
{
background-color: #5B791C;
}
.BgClassName
{
background-color: #5B791C;
}
</style>
border-color css
<style>
span { border-color: #5B791C; }
span { border-color: rgb(91,121,28); }
td.TdClassName
{
border-color: #5B791C;
}
.TagClassName
{
border-color: #5B791C;
}
</style>