Shades of Fiji Green #5B6B0C
Tints of Fiji Green #5B6B0C
RGB
CMYK
RGB Variations
Color information
#5B6B0C (or 0x5B6B0C) is known color: Fiji Green. HEX triplet: 5B, 6B and 0C. RGB value is (91,107,12). Sum of RGB (Red+Green+Blue) = 91+107+12=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6B0C is #A494F3. Grayscale: #5B5B5B. Windows color (decimal): -10786036 or 813915. OLE color: 813915.
HSL color Cylindrical-coordinate representation of color #5B6B0C: hue angle of 70.11º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B6B0C is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 12 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.58 |
| HSL | 70.11º | 0.8% | 0.23% | - |
| HSV(B) | 70.11º | 0.89% | 0.42% | - |
| XYZ | 9.64 | 12.77 | 2.3 | - |
| YUV | 91.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 12 | 0.15 | 0 | 0.89 | 0.58 | 70.11 | 0.8 | 0.23 |
| Hex | 5B | 6B | C | F | 0 | 59 | 3A | 46 | 50 | 17 |
| Octal | 133 | 153 | 14 | 17 | 0 | 131 | 72 | 106 | 120 | 27 |
| Binary | 1011011 | 1101011 | 1100 | 1111 | 0 | 1011001 | 111010 | 1000110 | 1010000 | 10111 |
Color Harmonies of #5B6B0C
Complementary color
Monochromatic Colors of #5B6B0C
Black with #5B6B0C
Text Example
Text Example
White with #5B6B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B0C; }
p { color: rgb(91,107,12); }
H1.HeaderClassName
{
color: #5B6B0C;
}
.AnyTagClassName
{
color: #5B6B0C;
}
</style>
background-color css
<style>
a { background-color: #5B6B0C; }
a { background-color: rgb(91,107,12); }
div.DivClassName
{
background-color: #5B6B0C;
}
.BgClassName
{
background-color: #5B6B0C;
}
</style>
border-color css
<style>
span { border-color: #5B6B0C; }
span { border-color: rgb(91,107,12); }
td.TdClassName
{
border-color: #5B6B0C;
}
.TagClassName
{
border-color: #5B6B0C;
}
</style>