Shades of Fiji Green #5E6F02
Tints of Fiji Green #5E6F02
RGB
CMYK
RGB Variations
Color information
#5E6F02 (or 0x5E6F02) is known color: Fiji Green. HEX triplet: 5E, 6F and 02. RGB value is (94,111,2). Sum of RGB (Red+Green+Blue) = 94+111+2=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6F02 is #A190FD. Grayscale: #5D5D5D. Windows color (decimal): -10588414 or 159582. OLE color: 159582.
HSL color Cylindrical-coordinate representation of color #5E6F02: hue angle of 69.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E6F02 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 2 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.56 |
| HSL | 69.36º | 0.96% | 0.22% | - |
| HSV(B) | 69.36º | 0.98% | 0.44% | - |
| XYZ | 10.31 | 13.75 | 2.17 | - |
| YUV | 93.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 2 | 0.15 | 0 | 0.98 | 0.56 | 69.36 | 0.96 | 0.22 |
| Hex | 5E | 6F | 2 | F | 0 | 62 | 38 | 45 | 60 | 16 |
| Octal | 136 | 157 | 2 | 17 | 0 | 142 | 70 | 105 | 140 | 26 |
| Binary | 1011110 | 1101111 | 10 | 1111 | 0 | 1100010 | 111000 | 1000101 | 1100000 | 10110 |
Color Harmonies of #5E6F02
Complementary color
Monochromatic Colors of #5E6F02
Black with #5E6F02
Text Example
Text Example
White with #5E6F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F02; }
p { color: rgb(94,111,2); }
H1.HeaderClassName
{
color: #5E6F02;
}
.AnyTagClassName
{
color: #5E6F02;
}
</style>
background-color css
<style>
a { background-color: #5E6F02; }
a { background-color: rgb(94,111,2); }
div.DivClassName
{
background-color: #5E6F02;
}
.BgClassName
{
background-color: #5E6F02;
}
</style>
border-color css
<style>
span { border-color: #5E6F02; }
span { border-color: rgb(94,111,2); }
td.TdClassName
{
border-color: #5E6F02;
}
.TagClassName
{
border-color: #5E6F02;
}
</style>