Shades of Fiji Green #5E7B02
Tints of Fiji Green #5E7B02
RGB
CMYK
RGB Variations
Color information
#5E7B02 (or 0x5E7B02) is known color: Fiji Green. HEX triplet: 5E, 7B and 02. RGB value is (94,123,2). Sum of RGB (Red+Green+Blue) = 94+123+2=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7B02 is #A184FD. Grayscale: #646464. Windows color (decimal): -10585342 or 162654. OLE color: 162654.
HSL color Cylindrical-coordinate representation of color #5E7B02: hue angle of 74.38º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E7B02 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 123 | 2 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.52 |
| HSL | 74.38º | 0.97% | 0.25% | - |
| HSV(B) | 74.38º | 0.98% | 0.48% | - |
| XYZ | 11.71 | 16.55 | 2.63 | - |
| YUV | 100.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 2 | 0.24 | 0 | 0.98 | 0.52 | 74.38 | 0.97 | 0.25 |
| Hex | 5E | 7B | 2 | 18 | 0 | 62 | 34 | 4A | 61 | 19 |
| Octal | 136 | 173 | 2 | 30 | 0 | 142 | 64 | 112 | 141 | 31 |
| Binary | 1011110 | 1111011 | 10 | 11000 | 0 | 1100010 | 110100 | 1001010 | 1100001 | 11001 |
Color Harmonies of #5E7B02
Complementary color
Monochromatic Colors of #5E7B02
Black with #5E7B02
Text Example
Text Example
White with #5E7B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7B02; }
p { color: rgb(94,123,2); }
H1.HeaderClassName
{
color: #5E7B02;
}
.AnyTagClassName
{
color: #5E7B02;
}
</style>
background-color css
<style>
a { background-color: #5E7B02; }
a { background-color: rgb(94,123,2); }
div.DivClassName
{
background-color: #5E7B02;
}
.BgClassName
{
background-color: #5E7B02;
}
</style>
border-color css
<style>
span { border-color: #5E7B02; }
span { border-color: rgb(94,123,2); }
td.TdClassName
{
border-color: #5E7B02;
}
.TagClassName
{
border-color: #5E7B02;
}
</style>