Shades of Fiji Green #5E6707
Tints of Fiji Green #5E6707
RGB
CMYK
RGB Variations
Color information
#5E6707 (or 0x5E6707) is known color: Fiji Green. HEX triplet: 5E, 67 and 07. RGB value is (94,103,7). Sum of RGB (Red+Green+Blue) = 94+103+7=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6707 is #A198F8. Grayscale: #595959. Windows color (decimal): -10590457 or 485214. OLE color: 485214.
HSL color Cylindrical-coordinate representation of color #5E6707: hue angle of 65.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E6707 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 7 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.60 |
| HSL | 65.63º | 0.87% | 0.22% | - |
| HSV(B) | 65.63º | 0.93% | 0.4% | - |
| XYZ | 9.5 | 12.1 | 2.03 | - |
| YUV | 89.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 7 | 0.09 | 0 | 0.93 | 0.60 | 65.63 | 0.87 | 0.22 |
| Hex | 5E | 67 | 7 | 9 | 0 | 5D | 3C | 42 | 57 | 16 |
| Octal | 136 | 147 | 7 | 11 | 0 | 135 | 74 | 102 | 127 | 26 |
| Binary | 1011110 | 1100111 | 111 | 1001 | 0 | 1011101 | 111100 | 1000010 | 1010111 | 10110 |
Color Harmonies of #5E6707
Complementary color
Monochromatic Colors of #5E6707
Black with #5E6707
Text Example
Text Example
White with #5E6707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6707; }
p { color: rgb(94,103,7); }
H1.HeaderClassName
{
color: #5E6707;
}
.AnyTagClassName
{
color: #5E6707;
}
</style>
background-color css
<style>
a { background-color: #5E6707; }
a { background-color: rgb(94,103,7); }
div.DivClassName
{
background-color: #5E6707;
}
.BgClassName
{
background-color: #5E6707;
}
</style>
border-color css
<style>
span { border-color: #5E6707; }
span { border-color: rgb(94,103,7); }
td.TdClassName
{
border-color: #5E6707;
}
.TagClassName
{
border-color: #5E6707;
}
</style>