Shades of Fiji Green #5E6717
Tints of Fiji Green #5E6717
RGB
CMYK
RGB Variations
Color information
#5E6717 (or 0x5E6717) is known color: Fiji Green. HEX triplet: 5E, 67 and 17. RGB value is (94,103,23). Sum of RGB (Red+Green+Blue) = 94+103+23=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6717 is #A198E8. Grayscale: #5B5B5B. Windows color (decimal): -10590441 or 1533790. OLE color: 1533790.
HSL color Cylindrical-coordinate representation of color #5E6717: hue angle of 66.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E6717 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 23 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.60 |
| HSL | 66.75º | 0.63% | 0.25% | - |
| HSV(B) | 66.75º | 0.78% | 0.4% | - |
| XYZ | 9.62 | 12.14 | 2.65 | - |
| YUV | 91.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 23 | 0.09 | 0 | 0.78 | 0.60 | 66.75 | 0.63 | 0.25 |
| Hex | 5E | 67 | 17 | 9 | 0 | 4E | 3C | 43 | 3F | 19 |
| Octal | 136 | 147 | 27 | 11 | 0 | 116 | 74 | 103 | 77 | 31 |
| Binary | 1011110 | 1100111 | 10111 | 1001 | 0 | 1001110 | 111100 | 1000011 | 111111 | 11001 |
Color Harmonies of #5E6717
Complementary color
Monochromatic Colors of #5E6717
Black with #5E6717
Text Example
Text Example
White with #5E6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6717; }
p { color: rgb(94,103,23); }
H1.HeaderClassName
{
color: #5E6717;
}
.AnyTagClassName
{
color: #5E6717;
}
</style>
background-color css
<style>
a { background-color: #5E6717; }
a { background-color: rgb(94,103,23); }
div.DivClassName
{
background-color: #5E6717;
}
.BgClassName
{
background-color: #5E6717;
}
</style>
border-color css
<style>
span { border-color: #5E6717; }
span { border-color: rgb(94,103,23); }
td.TdClassName
{
border-color: #5E6717;
}
.TagClassName
{
border-color: #5E6717;
}
</style>