Shades of Fiji Green #5B7C12
Tints of Fiji Green #5B7C12
RGB
CMYK
RGB Variations
Color information
#5B7C12 (or 0x5B7C12) is known color: Fiji Green. HEX triplet: 5B, 7C and 12. RGB value is (91,124,18). Sum of RGB (Red+Green+Blue) = 91+124+18=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7C12 is #A483ED. Grayscale: #666666. Windows color (decimal): -10781678 or 1211483. OLE color: 1211483.
HSL color Cylindrical-coordinate representation of color #5B7C12: hue angle of 78.68º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B7C12 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 124 | 18 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.51 |
| HSL | 78.68º | 0.75% | 0.28% | - |
| HSV(B) | 78.68º | 0.85% | 0.49% | - |
| XYZ | 11.63 | 16.68 | 3.18 | - |
| YUV | 102.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 18 | 0.27 | 0 | 0.85 | 0.51 | 78.68 | 0.75 | 0.28 |
| Hex | 5B | 7C | 12 | 1B | 0 | 55 | 33 | 4F | 4B | 1C |
| Octal | 133 | 174 | 22 | 33 | 0 | 125 | 63 | 117 | 113 | 34 |
| Binary | 1011011 | 1111100 | 10010 | 11011 | 0 | 1010101 | 110011 | 1001111 | 1001011 | 11100 |
Color Harmonies of #5B7C12
Complementary color
Monochromatic Colors of #5B7C12
Black with #5B7C12
Text Example
Text Example
White with #5B7C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C12; }
p { color: rgb(91,124,18); }
H1.HeaderClassName
{
color: #5B7C12;
}
.AnyTagClassName
{
color: #5B7C12;
}
</style>
background-color css
<style>
a { background-color: #5B7C12; }
a { background-color: rgb(91,124,18); }
div.DivClassName
{
background-color: #5B7C12;
}
.BgClassName
{
background-color: #5B7C12;
}
</style>
border-color css
<style>
span { border-color: #5B7C12; }
span { border-color: rgb(91,124,18); }
td.TdClassName
{
border-color: #5B7C12;
}
.TagClassName
{
border-color: #5B7C12;
}
</style>