Shades of Fiji Green #5E6509
Tints of Fiji Green #5E6509
RGB
CMYK
RGB Variations
Color information
#5E6509 (or 0x5E6509) is known color: Fiji Green. HEX triplet: 5E, 65 and 09. RGB value is (94,101,9). Sum of RGB (Red+Green+Blue) = 94+101+9=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6509 is #A19AF6. Grayscale: #585858. Windows color (decimal): -10590967 or 615774. OLE color: 615774.
HSL color Cylindrical-coordinate representation of color #5E6509: hue angle of 64.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E6509 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 9 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.60 |
| HSL | 64.57º | 0.84% | 0.22% | - |
| HSV(B) | 64.57º | 0.91% | 0.4% | - |
| XYZ | 9.32 | 11.71 | 2.03 | - |
| YUV | 88.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 9 | 0.07 | 0 | 0.91 | 0.60 | 64.57 | 0.84 | 0.22 |
| Hex | 5E | 65 | 9 | 7 | 0 | 5B | 3C | 41 | 54 | 16 |
| Octal | 136 | 145 | 11 | 7 | 0 | 133 | 74 | 101 | 124 | 26 |
| Binary | 1011110 | 1100101 | 1001 | 111 | 0 | 1011011 | 111100 | 1000001 | 1010100 | 10110 |
Color Harmonies of #5E6509
Complementary color
Monochromatic Colors of #5E6509
Black with #5E6509
Text Example
Text Example
White with #5E6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6509; }
p { color: rgb(94,101,9); }
H1.HeaderClassName
{
color: #5E6509;
}
.AnyTagClassName
{
color: #5E6509;
}
</style>
background-color css
<style>
a { background-color: #5E6509; }
a { background-color: rgb(94,101,9); }
div.DivClassName
{
background-color: #5E6509;
}
.BgClassName
{
background-color: #5E6509;
}
</style>
border-color css
<style>
span { border-color: #5E6509; }
span { border-color: rgb(94,101,9); }
td.TdClassName
{
border-color: #5E6509;
}
.TagClassName
{
border-color: #5E6509;
}
</style>