Shades of Fiji Green #5E6305
Tints of Fiji Green #5E6305
RGB
CMYK
RGB Variations
Color information
#5E6305 (or 0x5E6305) is known color: Fiji Green. HEX triplet: 5E, 63 and 05. RGB value is (94,99,5). Sum of RGB (Red+Green+Blue) = 94+99+5=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6305 is #A19CFA. Grayscale: #575757. Windows color (decimal): -10591483 or 353118. OLE color: 353118.
HSL color Cylindrical-coordinate representation of color #5E6305: hue angle of 63.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E6305 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 5 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.61 |
| HSL | 63.19º | 0.9% | 0.2% | - |
| HSV(B) | 63.19º | 0.95% | 0.39% | - |
| XYZ | 9.11 | 11.31 | 1.85 | - |
| YUV | 86.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 5 | 0.05 | 0 | 0.95 | 0.61 | 63.19 | 0.9 | 0.2 |
| Hex | 5E | 63 | 5 | 5 | 0 | 5F | 3D | 3F | 5A | 14 |
| Octal | 136 | 143 | 5 | 5 | 0 | 137 | 75 | 77 | 132 | 24 |
| Binary | 1011110 | 1100011 | 101 | 101 | 0 | 1011111 | 111101 | 111111 | 1011010 | 10100 |
Color Harmonies of #5E6305
Complementary color
Monochromatic Colors of #5E6305
Black with #5E6305
Text Example
Text Example
White with #5E6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6305; }
p { color: rgb(94,99,5); }
H1.HeaderClassName
{
color: #5E6305;
}
.AnyTagClassName
{
color: #5E6305;
}
</style>
background-color css
<style>
a { background-color: #5E6305; }
a { background-color: rgb(94,99,5); }
div.DivClassName
{
background-color: #5E6305;
}
.BgClassName
{
background-color: #5E6305;
}
</style>
border-color css
<style>
span { border-color: #5E6305; }
span { border-color: rgb(94,99,5); }
td.TdClassName
{
border-color: #5E6305;
}
.TagClassName
{
border-color: #5E6305;
}
</style>