Shades of Fiji Green #5E6301
Tints of Fiji Green #5E6301
RGB
CMYK
RGB Variations
Color information
#5E6301 (or 0x5E6301) is known color: Fiji Green. HEX triplet: 5E, 63 and 01. RGB value is (94,99,1). Sum of RGB (Red+Green+Blue) = 94+99+1=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6301 is #A19CFE. Grayscale: #565656. Windows color (decimal): -10591487 or 90974. OLE color: 90974.
HSL color Cylindrical-coordinate representation of color #5E6301: hue angle of 63.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E6301 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.61 |
| HSL | 63.06º | 0.98% | 0.2% | - |
| HSV(B) | 63.06º | 0.99% | 0.39% | - |
| XYZ | 9.08 | 11.31 | 1.73 | - |
| YUV | 86.33 | 79.84 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 1 | 0.05 | 0 | 0.99 | 0.61 | 63.06 | 0.98 | 0.2 |
| Hex | 5E | 63 | 1 | 5 | 0 | 63 | 3D | 3F | 62 | 14 |
| Octal | 136 | 143 | 1 | 5 | 0 | 143 | 75 | 77 | 142 | 24 |
| Binary | 1011110 | 1100011 | 1 | 101 | 0 | 1100011 | 111101 | 111111 | 1100010 | 10100 |
Color Harmonies of #5E6301
Complementary color
Monochromatic Colors of #5E6301
Black with #5E6301
Text Example
Text Example
White with #5E6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6301; }
p { color: rgb(94,99,1); }
H1.HeaderClassName
{
color: #5E6301;
}
.AnyTagClassName
{
color: #5E6301;
}
</style>
background-color css
<style>
a { background-color: #5E6301; }
a { background-color: rgb(94,99,1); }
div.DivClassName
{
background-color: #5E6301;
}
.BgClassName
{
background-color: #5E6301;
}
</style>
border-color css
<style>
span { border-color: #5E6301; }
span { border-color: rgb(94,99,1); }
td.TdClassName
{
border-color: #5E6301;
}
.TagClassName
{
border-color: #5E6301;
}
</style>