Shades of Fiji Green #5E7308
Tints of Fiji Green #5E7308
RGB
CMYK
RGB Variations
Color information
#5E7308 (or 0x5E7308) is known color: Fiji Green. HEX triplet: 5E, 73 and 08. RGB value is (94,115,8). Sum of RGB (Red+Green+Blue) = 94+115+8=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7308 is #A18CF7. Grayscale: #606060. Windows color (decimal): -10587384 or 553822. OLE color: 553822.
HSL color Cylindrical-coordinate representation of color #5E7308: hue angle of 71.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E7308 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 8 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.55 |
| HSL | 71.78º | 0.87% | 0.24% | - |
| HSV(B) | 71.78º | 0.93% | 0.45% | - |
| XYZ | 10.79 | 14.66 | 2.49 | - |
| YUV | 96.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 8 | 0.18 | 0 | 0.93 | 0.55 | 71.78 | 0.87 | 0.24 |
| Hex | 5E | 73 | 8 | 12 | 0 | 5D | 37 | 48 | 57 | 18 |
| Octal | 136 | 163 | 10 | 22 | 0 | 135 | 67 | 110 | 127 | 30 |
| Binary | 1011110 | 1110011 | 1000 | 10010 | 0 | 1011101 | 110111 | 1001000 | 1010111 | 11000 |
Color Harmonies of #5E7308
Complementary color
Monochromatic Colors of #5E7308
Black with #5E7308
Text Example
Text Example
White with #5E7308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7308; }
p { color: rgb(94,115,8); }
H1.HeaderClassName
{
color: #5E7308;
}
.AnyTagClassName
{
color: #5E7308;
}
</style>
background-color css
<style>
a { background-color: #5E7308; }
a { background-color: rgb(94,115,8); }
div.DivClassName
{
background-color: #5E7308;
}
.BgClassName
{
background-color: #5E7308;
}
</style>
border-color css
<style>
span { border-color: #5E7308; }
span { border-color: rgb(94,115,8); }
td.TdClassName
{
border-color: #5E7308;
}
.TagClassName
{
border-color: #5E7308;
}
</style>