Shades of Fiji Green #5E7203
Tints of Fiji Green #5E7203
RGB
CMYK
RGB Variations
Color information
#5E7203 (or 0x5E7203) is known color: Fiji Green. HEX triplet: 5E, 72 and 03. RGB value is (94,114,3). Sum of RGB (Red+Green+Blue) = 94+114+3=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7203 is #A18DFC. Grayscale: #5F5F5F. Windows color (decimal): -10587645 or 225886. OLE color: 225886.
HSL color Cylindrical-coordinate representation of color #5E7203: hue angle of 70.81º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E7203 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 3 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.55 |
| HSL | 70.81º | 0.95% | 0.23% | - |
| HSV(B) | 70.81º | 0.97% | 0.45% | - |
| XYZ | 10.65 | 14.42 | 2.31 | - |
| YUV | 95.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 3 | 0.18 | 0 | 0.97 | 0.55 | 70.81 | 0.95 | 0.23 |
| Hex | 5E | 72 | 3 | 12 | 0 | 61 | 37 | 47 | 5F | 17 |
| Octal | 136 | 162 | 3 | 22 | 0 | 141 | 67 | 107 | 137 | 27 |
| Binary | 1011110 | 1110010 | 11 | 10010 | 0 | 1100001 | 110111 | 1000111 | 1011111 | 10111 |
Color Harmonies of #5E7203
Complementary color
Monochromatic Colors of #5E7203
Black with #5E7203
Text Example
Text Example
White with #5E7203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7203; }
p { color: rgb(94,114,3); }
H1.HeaderClassName
{
color: #5E7203;
}
.AnyTagClassName
{
color: #5E7203;
}
</style>
background-color css
<style>
a { background-color: #5E7203; }
a { background-color: rgb(94,114,3); }
div.DivClassName
{
background-color: #5E7203;
}
.BgClassName
{
background-color: #5E7203;
}
</style>
border-color css
<style>
span { border-color: #5E7203; }
span { border-color: rgb(94,114,3); }
td.TdClassName
{
border-color: #5E7203;
}
.TagClassName
{
border-color: #5E7203;
}
</style>