Shades of Fiji Green #5E6502
Tints of Fiji Green #5E6502
RGB
CMYK
RGB Variations
Color information
#5E6502 (or 0x5E6502) is known color: Fiji Green. HEX triplet: 5E, 65 and 02. RGB value is (94,101,2). Sum of RGB (Red+Green+Blue) = 94+101+2=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6502 is #A19AFD. Grayscale: #585858. Windows color (decimal): -10590974 or 157022. OLE color: 157022.
HSL color Cylindrical-coordinate representation of color #5E6502: hue angle of 64.24º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E6502 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 2 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.60 |
| HSL | 64.24º | 0.96% | 0.2% | - |
| HSV(B) | 64.24º | 0.98% | 0.4% | - |
| XYZ | 9.28 | 11.69 | 1.82 | - |
| YUV | 87.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 2 | 0.07 | 0 | 0.98 | 0.60 | 64.24 | 0.96 | 0.2 |
| Hex | 5E | 65 | 2 | 7 | 0 | 62 | 3C | 40 | 60 | 14 |
| Octal | 136 | 145 | 2 | 7 | 0 | 142 | 74 | 100 | 140 | 24 |
| Binary | 1011110 | 1100101 | 10 | 111 | 0 | 1100010 | 111100 | 1000000 | 1100000 | 10100 |
Color Harmonies of #5E6502
Complementary color
Monochromatic Colors of #5E6502
Black with #5E6502
Text Example
Text Example
White with #5E6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6502; }
p { color: rgb(94,101,2); }
H1.HeaderClassName
{
color: #5E6502;
}
.AnyTagClassName
{
color: #5E6502;
}
</style>
background-color css
<style>
a { background-color: #5E6502; }
a { background-color: rgb(94,101,2); }
div.DivClassName
{
background-color: #5E6502;
}
.BgClassName
{
background-color: #5E6502;
}
</style>
border-color css
<style>
span { border-color: #5E6502; }
span { border-color: rgb(94,101,2); }
td.TdClassName
{
border-color: #5E6502;
}
.TagClassName
{
border-color: #5E6502;
}
</style>