Shades of Fiji Green #5E600B
Tints of Fiji Green #5E600B
RGB
CMYK
RGB Variations
Color information
#5E600B (or 0x5E600B) is known color: Fiji Green. HEX triplet: 5E, 60 and 0B. RGB value is (94,96,11). Sum of RGB (Red+Green+Blue) = 94+96+11=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #5E600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E600B is #A19FF4. Grayscale: #565656. Windows color (decimal): -10592245 or 745566. OLE color: 745566.
HSL color Cylindrical-coordinate representation of color #5E600B: hue angle of 61.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E600B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 11 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.62 |
| HSL | 61.41º | 0.79% | 0.21% | - |
| HSV(B) | 61.41º | 0.89% | 0.38% | - |
| XYZ | 8.86 | 10.77 | 1.93 | - |
| YUV | 85.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 11 | 0.02 | 0 | 0.89 | 0.62 | 61.41 | 0.79 | 0.21 |
| Hex | 5E | 60 | B | 2 | 0 | 59 | 3E | 3D | 4F | 15 |
| Octal | 136 | 140 | 13 | 2 | 0 | 131 | 76 | 75 | 117 | 25 |
| Binary | 1011110 | 1100000 | 1011 | 10 | 0 | 1011001 | 111110 | 111101 | 1001111 | 10101 |
Color Harmonies of #5E600B
Complementary color
Monochromatic Colors of #5E600B
Black with #5E600B
Text Example
Text Example
White with #5E600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E600B; }
p { color: rgb(94,96,11); }
H1.HeaderClassName
{
color: #5E600B;
}
.AnyTagClassName
{
color: #5E600B;
}
</style>
background-color css
<style>
a { background-color: #5E600B; }
a { background-color: rgb(94,96,11); }
div.DivClassName
{
background-color: #5E600B;
}
.BgClassName
{
background-color: #5E600B;
}
</style>
border-color css
<style>
span { border-color: #5E600B; }
span { border-color: rgb(94,96,11); }
td.TdClassName
{
border-color: #5E600B;
}
.TagClassName
{
border-color: #5E600B;
}
</style>