Shades of Fiji Green #5E611B
Tints of Fiji Green #5E611B
RGB
CMYK
RGB Variations
Color information
#5E611B (or 0x5E611B) is known color: Fiji Green. HEX triplet: 5E, 61 and 1B. RGB value is (94,97,27). Sum of RGB (Red+Green+Blue) = 94+97+27=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #5E611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E611B is #A19EE4. Grayscale: #585858. Windows color (decimal): -10591973 or 1794398. OLE color: 1794398.
HSL color Cylindrical-coordinate representation of color #5E611B: hue angle of 62.57º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E611B is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 27 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.62 |
| HSL | 62.57º | 0.56% | 0.24% | - |
| HSV(B) | 62.57º | 0.72% | 0.38% | - |
| XYZ | 9.09 | 11.01 | 2.68 | - |
| YUV | 88.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 27 | 0.03 | 0 | 0.72 | 0.62 | 62.57 | 0.56 | 0.24 |
| Hex | 5E | 61 | 1B | 3 | 0 | 48 | 3E | 3F | 38 | 18 |
| Octal | 136 | 141 | 33 | 3 | 0 | 110 | 76 | 77 | 70 | 30 |
| Binary | 1011110 | 1100001 | 11011 | 11 | 0 | 1001000 | 111110 | 111111 | 111000 | 11000 |
Color Harmonies of #5E611B
Complementary color
Monochromatic Colors of #5E611B
Black with #5E611B
Text Example
Text Example
White with #5E611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E611B; }
p { color: rgb(94,97,27); }
H1.HeaderClassName
{
color: #5E611B;
}
.AnyTagClassName
{
color: #5E611B;
}
</style>
background-color css
<style>
a { background-color: #5E611B; }
a { background-color: rgb(94,97,27); }
div.DivClassName
{
background-color: #5E611B;
}
.BgClassName
{
background-color: #5E611B;
}
</style>
border-color css
<style>
span { border-color: #5E611B; }
span { border-color: rgb(94,97,27); }
td.TdClassName
{
border-color: #5E611B;
}
.TagClassName
{
border-color: #5E611B;
}
</style>