Shades of Fiji Green #5E7B01
Tints of Fiji Green #5E7B01
RGB
CMYK
RGB Variations
Color information
#5E7B01 (or 0x5E7B01) is known color: Fiji Green. HEX triplet: 5E, 7B and 01. RGB value is (94,123,1). Sum of RGB (Red+Green+Blue) = 94+123+1=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7B01 is #A184FE. Grayscale: #646464. Windows color (decimal): -10585343 or 97118. OLE color: 97118.
HSL color Cylindrical-coordinate representation of color #5E7B01: hue angle of 74.26º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E7B01 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 123 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.52 |
| HSL | 74.26º | 0.98% | 0.24% | - |
| HSV(B) | 74.26º | 0.99% | 0.48% | - |
| XYZ | 11.7 | 16.55 | 2.61 | - |
| YUV | 100.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 1 | 0.24 | 0 | 0.99 | 0.52 | 74.26 | 0.98 | 0.24 |
| Hex | 5E | 7B | 1 | 18 | 0 | 63 | 34 | 4A | 62 | 18 |
| Octal | 136 | 173 | 1 | 30 | 0 | 143 | 64 | 112 | 142 | 30 |
| Binary | 1011110 | 1111011 | 1 | 11000 | 0 | 1100011 | 110100 | 1001010 | 1100010 | 11000 |
Color Harmonies of #5E7B01
Complementary color
Monochromatic Colors of #5E7B01
Black with #5E7B01
Text Example
Text Example
White with #5E7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7B01; }
p { color: rgb(94,123,1); }
H1.HeaderClassName
{
color: #5E7B01;
}
.AnyTagClassName
{
color: #5E7B01;
}
</style>
background-color css
<style>
a { background-color: #5E7B01; }
a { background-color: rgb(94,123,1); }
div.DivClassName
{
background-color: #5E7B01;
}
.BgClassName
{
background-color: #5E7B01;
}
</style>
border-color css
<style>
span { border-color: #5E7B01; }
span { border-color: rgb(94,123,1); }
td.TdClassName
{
border-color: #5E7B01;
}
.TagClassName
{
border-color: #5E7B01;
}
</style>