Shades of Fiji Green #5B6601
Tints of Fiji Green #5B6601
RGB
CMYK
RGB Variations
Color information
#5B6601 (or 0x5B6601) is known color: Fiji Green. HEX triplet: 5B, 66 and 01. RGB value is (91,102,1). Sum of RGB (Red+Green+Blue) = 91+102+1=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6601 is #A499FE. Grayscale: #575757. Windows color (decimal): -10787327 or 91739. OLE color: 91739.
HSL color Cylindrical-coordinate representation of color #5B6601: hue angle of 66.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B6601 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 102 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.6 |
| HSL | 66.53º | 0.98% | 0.2% | - |
| HSV(B) | 66.53º | 0.99% | 0.4% | - |
| XYZ | 9.07 | 11.73 | 1.81 | - |
| YUV | 87.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 1 | 0.11 | 0 | 0.99 | 0.6 | 66.53 | 0.98 | 0.2 |
| Hex | 5B | 66 | 1 | B | 0 | 63 | 3C | 43 | 62 | 14 |
| Octal | 133 | 146 | 1 | 13 | 0 | 143 | 74 | 103 | 142 | 24 |
| Binary | 1011011 | 1100110 | 1 | 1011 | 0 | 1100011 | 111100 | 1000011 | 1100010 | 10100 |
Color Harmonies of #5B6601
Complementary color
Monochromatic Colors of #5B6601
Black with #5B6601
Text Example
Text Example
White with #5B6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6601; }
p { color: rgb(91,102,1); }
H1.HeaderClassName
{
color: #5B6601;
}
.AnyTagClassName
{
color: #5B6601;
}
</style>
background-color css
<style>
a { background-color: #5B6601; }
a { background-color: rgb(91,102,1); }
div.DivClassName
{
background-color: #5B6601;
}
.BgClassName
{
background-color: #5B6601;
}
</style>
border-color css
<style>
span { border-color: #5B6601; }
span { border-color: rgb(91,102,1); }
td.TdClassName
{
border-color: #5B6601;
}
.TagClassName
{
border-color: #5B6601;
}
</style>