Shades of Fiji Green #5B790C
Tints of Fiji Green #5B790C
RGB
CMYK
RGB Variations
Color information
#5B790C (or 0x5B790C) is known color: Fiji Green. HEX triplet: 5B, 79 and 0C. RGB value is (91,121,12). Sum of RGB (Red+Green+Blue) = 91+121+12=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #5B790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B790C is #A486F3. Grayscale: #646464. Windows color (decimal): -10782452 or 817499. OLE color: 817499.
HSL color Cylindrical-coordinate representation of color #5B790C: hue angle of 76.51º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B790C is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 121 | 12 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.53 |
| HSL | 76.51º | 0.82% | 0.26% | - |
| HSV(B) | 76.51º | 0.9% | 0.47% | - |
| XYZ | 11.22 | 15.93 | 2.83 | - |
| YUV | 99.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 121 | 12 | 0.25 | 0 | 0.90 | 0.53 | 76.51 | 0.82 | 0.26 |
| Hex | 5B | 79 | C | 19 | 0 | 5A | 35 | 4D | 52 | 1A |
| Octal | 133 | 171 | 14 | 31 | 0 | 132 | 65 | 115 | 122 | 32 |
| Binary | 1011011 | 1111001 | 1100 | 11001 | 0 | 1011010 | 110101 | 1001101 | 1010010 | 11010 |
Color Harmonies of #5B790C
Complementary color
Monochromatic Colors of #5B790C
Black with #5B790C
Text Example
Text Example
White with #5B790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B790C; }
p { color: rgb(91,121,12); }
H1.HeaderClassName
{
color: #5B790C;
}
.AnyTagClassName
{
color: #5B790C;
}
</style>
background-color css
<style>
a { background-color: #5B790C; }
a { background-color: rgb(91,121,12); }
div.DivClassName
{
background-color: #5B790C;
}
.BgClassName
{
background-color: #5B790C;
}
</style>
border-color css
<style>
span { border-color: #5B790C; }
span { border-color: rgb(91,121,12); }
td.TdClassName
{
border-color: #5B790C;
}
.TagClassName
{
border-color: #5B790C;
}
</style>