Shades of Fiji Green #5E6703
Tints of Fiji Green #5E6703
RGB
CMYK
RGB Variations
Color information
#5E6703 (or 0x5E6703) is known color: Fiji Green. HEX triplet: 5E, 67 and 03. RGB value is (94,103,3). Sum of RGB (Red+Green+Blue) = 94+103+3=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6703 is #A198FC. Grayscale: #595959. Windows color (decimal): -10590461 or 223070. OLE color: 223070.
HSL color Cylindrical-coordinate representation of color #5E6703: hue angle of 65.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E6703 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 3 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.60 |
| HSL | 65.4º | 0.94% | 0.21% | - |
| HSV(B) | 65.4º | 0.97% | 0.4% | - |
| XYZ | 9.48 | 12.09 | 1.92 | - |
| YUV | 88.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 3 | 0.09 | 0 | 0.97 | 0.60 | 65.4 | 0.94 | 0.21 |
| Hex | 5E | 67 | 3 | 9 | 0 | 61 | 3C | 41 | 5E | 15 |
| Octal | 136 | 147 | 3 | 11 | 0 | 141 | 74 | 101 | 136 | 25 |
| Binary | 1011110 | 1100111 | 11 | 1001 | 0 | 1100001 | 111100 | 1000001 | 1011110 | 10101 |
Color Harmonies of #5E6703
Complementary color
Monochromatic Colors of #5E6703
Black with #5E6703
Text Example
Text Example
White with #5E6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6703; }
p { color: rgb(94,103,3); }
H1.HeaderClassName
{
color: #5E6703;
}
.AnyTagClassName
{
color: #5E6703;
}
</style>
background-color css
<style>
a { background-color: #5E6703; }
a { background-color: rgb(94,103,3); }
div.DivClassName
{
background-color: #5E6703;
}
.BgClassName
{
background-color: #5E6703;
}
</style>
border-color css
<style>
span { border-color: #5E6703; }
span { border-color: rgb(94,103,3); }
td.TdClassName
{
border-color: #5E6703;
}
.TagClassName
{
border-color: #5E6703;
}
</style>