Shades of Fiji Green #5E7306
Tints of Fiji Green #5E7306
RGB
CMYK
RGB Variations
Color information
#5E7306 (or 0x5E7306) is known color: Fiji Green. HEX triplet: 5E, 73 and 06. RGB value is (94,115,6). Sum of RGB (Red+Green+Blue) = 94+115+6=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7306 is #A18CF9. Grayscale: #606060. Windows color (decimal): -10587386 or 422750. OLE color: 422750.
HSL color Cylindrical-coordinate representation of color #5E7306: hue angle of 71.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E7306 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 6 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.55 |
| HSL | 71.56º | 0.9% | 0.24% | - |
| HSV(B) | 71.56º | 0.95% | 0.45% | - |
| XYZ | 10.78 | 14.65 | 2.43 | - |
| YUV | 96.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 6 | 0.18 | 0 | 0.95 | 0.55 | 71.56 | 0.9 | 0.24 |
| Hex | 5E | 73 | 6 | 12 | 0 | 5F | 37 | 48 | 5A | 18 |
| Octal | 136 | 163 | 6 | 22 | 0 | 137 | 67 | 110 | 132 | 30 |
| Binary | 1011110 | 1110011 | 110 | 10010 | 0 | 1011111 | 110111 | 1001000 | 1011010 | 11000 |
Color Harmonies of #5E7306
Complementary color
Monochromatic Colors of #5E7306
Black with #5E7306
Text Example
Text Example
White with #5E7306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7306; }
p { color: rgb(94,115,6); }
H1.HeaderClassName
{
color: #5E7306;
}
.AnyTagClassName
{
color: #5E7306;
}
</style>
background-color css
<style>
a { background-color: #5E7306; }
a { background-color: rgb(94,115,6); }
div.DivClassName
{
background-color: #5E7306;
}
.BgClassName
{
background-color: #5E7306;
}
</style>
border-color css
<style>
span { border-color: #5E7306; }
span { border-color: rgb(94,115,6); }
td.TdClassName
{
border-color: #5E7306;
}
.TagClassName
{
border-color: #5E7306;
}
</style>