Shades of Fiji Green #5E6321
Tints of Fiji Green #5E6321
RGB
CMYK
RGB Variations
Color information
#5E6321 (or 0x5E6321) is known color: Fiji Green. HEX triplet: 5E, 63 and 21. RGB value is (94,99,33). Sum of RGB (Red+Green+Blue) = 94+99+33=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6321 is #A19CDE. Grayscale: #5A5A5A. Windows color (decimal): -10591455 or 2188126. OLE color: 2188126.
HSL color Cylindrical-coordinate representation of color #5E6321: hue angle of 64.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E6321 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 33 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.61 |
| HSL | 64.55º | 0.5% | 0.26% | - |
| HSV(B) | 64.55º | 0.67% | 0.39% | - |
| XYZ | 9.35 | 11.41 | 3.15 | - |
| YUV | 89.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 33 | 0.05 | 0 | 0.67 | 0.61 | 64.55 | 0.5 | 0.26 |
| Hex | 5E | 63 | 21 | 5 | 0 | 43 | 3D | 41 | 32 | 1A |
| Octal | 136 | 143 | 41 | 5 | 0 | 103 | 75 | 101 | 62 | 32 |
| Binary | 1011110 | 1100011 | 100001 | 101 | 0 | 1000011 | 111101 | 1000001 | 110010 | 11010 |
Color Harmonies of #5E6321
Complementary color
Monochromatic Colors of #5E6321
Black with #5E6321
Text Example
Text Example
White with #5E6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6321; }
p { color: rgb(94,99,33); }
H1.HeaderClassName
{
color: #5E6321;
}
.AnyTagClassName
{
color: #5E6321;
}
</style>
background-color css
<style>
a { background-color: #5E6321; }
a { background-color: rgb(94,99,33); }
div.DivClassName
{
background-color: #5E6321;
}
.BgClassName
{
background-color: #5E6321;
}
</style>
border-color css
<style>
span { border-color: #5E6321; }
span { border-color: rgb(94,99,33); }
td.TdClassName
{
border-color: #5E6321;
}
.TagClassName
{
border-color: #5E6321;
}
</style>