Shades of Fiji Green #5B6500
Tints of Fiji Green #5B6500
RGB
CMYK
RGB Variations
Color information
#5B6500 (or 0x5B6500) is known color: Fiji Green. HEX triplet: 5B, 65 and 00. RGB value is (91,101,0). Sum of RGB (Red+Green+Blue) = 91+101+0=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6500 is #A49AFF. Grayscale: #565656. Windows color (decimal): -10787584 or 25947. OLE color: 25947.
HSL color Cylindrical-coordinate representation of color #5B6500: hue angle of 65.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B6500 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.60 |
| HSL | 65.94º | 1% | 0.2% | - |
| HSV(B) | 65.94º | 1% | 0.4% | - |
| XYZ | 8.97 | 11.53 | 1.75 | - |
| YUV | 86.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 0 | 0.10 | 0 | 1 | 0.60 | 65.94 | 1 | 0.2 |
| Hex | 5B | 65 | 0 | A | 0 | 64 | 3C | 42 | 64 | 14 |
| Octal | 133 | 145 | 0 | 12 | 0 | 144 | 74 | 102 | 144 | 24 |
| Binary | 1011011 | 1100101 | 0 | 1010 | 0 | 1100100 | 111100 | 1000010 | 1100100 | 10100 |
Color Harmonies of #5B6500
Complementary color
Monochromatic Colors of #5B6500
Black with #5B6500
Text Example
Text Example
White with #5B6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6500; }
p { color: rgb(91,101,0); }
H1.HeaderClassName
{
color: #5B6500;
}
.AnyTagClassName
{
color: #5B6500;
}
</style>
background-color css
<style>
a { background-color: #5B6500; }
a { background-color: rgb(91,101,0); }
div.DivClassName
{
background-color: #5B6500;
}
.BgClassName
{
background-color: #5B6500;
}
</style>
border-color css
<style>
span { border-color: #5B6500; }
span { border-color: rgb(91,101,0); }
td.TdClassName
{
border-color: #5B6500;
}
.TagClassName
{
border-color: #5B6500;
}
</style>