Shades of Fiji Green #5B6F01
Tints of Fiji Green #5B6F01
RGB
CMYK
RGB Variations
Color information
#5B6F01 (or 0x5B6F01) is known color: Fiji Green. HEX triplet: 5B, 6F and 01. RGB value is (91,111,1). Sum of RGB (Red+Green+Blue) = 91+111+1=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6F01 is #A490FE. Grayscale: #5C5C5C. Windows color (decimal): -10785023 or 94043. OLE color: 94043.
HSL color Cylindrical-coordinate representation of color #5B6F01: hue angle of 70.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B6F01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 111 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.56 |
| HSL | 70.91º | 0.98% | 0.22% | - |
| HSV(B) | 70.91º | 0.99% | 0.44% | - |
| XYZ | 10 | 13.6 | 2.13 | - |
| YUV | 92.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 1 | 0.18 | 0 | 0.99 | 0.56 | 70.91 | 0.98 | 0.22 |
| Hex | 5B | 6F | 1 | 12 | 0 | 63 | 38 | 47 | 62 | 16 |
| Octal | 133 | 157 | 1 | 22 | 0 | 143 | 70 | 107 | 142 | 26 |
| Binary | 1011011 | 1101111 | 1 | 10010 | 0 | 1100011 | 111000 | 1000111 | 1100010 | 10110 |
Color Harmonies of #5B6F01
Complementary color
Monochromatic Colors of #5B6F01
Black with #5B6F01
Text Example
Text Example
White with #5B6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F01; }
p { color: rgb(91,111,1); }
H1.HeaderClassName
{
color: #5B6F01;
}
.AnyTagClassName
{
color: #5B6F01;
}
</style>
background-color css
<style>
a { background-color: #5B6F01; }
a { background-color: rgb(91,111,1); }
div.DivClassName
{
background-color: #5B6F01;
}
.BgClassName
{
background-color: #5B6F01;
}
</style>
border-color css
<style>
span { border-color: #5B6F01; }
span { border-color: rgb(91,111,1); }
td.TdClassName
{
border-color: #5B6F01;
}
.TagClassName
{
border-color: #5B6F01;
}
</style>