Shades of Fiji Green #5E6B03
Tints of Fiji Green #5E6B03
RGB
CMYK
RGB Variations
Color information
#5E6B03 (or 0x5E6B03) is known color: Fiji Green. HEX triplet: 5E, 6B and 03. RGB value is (94,107,3). Sum of RGB (Red+Green+Blue) = 94+107+3=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6B03 is #A194FC. Grayscale: #5B5B5B. Windows color (decimal): -10589437 or 224094. OLE color: 224094.
HSL color Cylindrical-coordinate representation of color #5E6B03: hue angle of 67.5º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E6B03 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 3 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.58 |
| HSL | 67.5º | 0.95% | 0.22% | - |
| HSV(B) | 67.5º | 0.97% | 0.42% | - |
| XYZ | 9.89 | 12.9 | 2.06 | - |
| YUV | 91.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 3 | 0.12 | 0 | 0.97 | 0.58 | 67.5 | 0.95 | 0.22 |
| Hex | 5E | 6B | 3 | C | 0 | 61 | 3A | 44 | 5F | 16 |
| Octal | 136 | 153 | 3 | 14 | 0 | 141 | 72 | 104 | 137 | 26 |
| Binary | 1011110 | 1101011 | 11 | 1100 | 0 | 1100001 | 111010 | 1000100 | 1011111 | 10110 |
Color Harmonies of #5E6B03
Complementary color
Monochromatic Colors of #5E6B03
Black with #5E6B03
Text Example
Text Example
White with #5E6B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B03; }
p { color: rgb(94,107,3); }
H1.HeaderClassName
{
color: #5E6B03;
}
.AnyTagClassName
{
color: #5E6B03;
}
</style>
background-color css
<style>
a { background-color: #5E6B03; }
a { background-color: rgb(94,107,3); }
div.DivClassName
{
background-color: #5E6B03;
}
.BgClassName
{
background-color: #5E6B03;
}
</style>
border-color css
<style>
span { border-color: #5E6B03; }
span { border-color: rgb(94,107,3); }
td.TdClassName
{
border-color: #5E6B03;
}
.TagClassName
{
border-color: #5E6B03;
}
</style>