Shades of Fiji Green #5E6720
Tints of Fiji Green #5E6720
RGB
CMYK
RGB Variations
Color information
#5E6720 (or 0x5E6720) is known color: Fiji Green. HEX triplet: 5E, 67 and 20. RGB value is (94,103,32). Sum of RGB (Red+Green+Blue) = 94+103+32=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6720 is #A198DF. Grayscale: #5C5C5C. Windows color (decimal): -10590432 or 2123614. OLE color: 2123614.
HSL color Cylindrical-coordinate representation of color #5E6720: hue angle of 67.61º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E6720 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 32 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.60 |
| HSL | 67.61º | 0.53% | 0.26% | - |
| HSV(B) | 67.61º | 0.69% | 0.4% | - |
| XYZ | 9.73 | 12.18 | 3.21 | - |
| YUV | 92.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 32 | 0.09 | 0 | 0.69 | 0.60 | 67.61 | 0.53 | 0.26 |
| Hex | 5E | 67 | 20 | 9 | 0 | 45 | 3C | 44 | 35 | 1A |
| Octal | 136 | 147 | 40 | 11 | 0 | 105 | 74 | 104 | 65 | 32 |
| Binary | 1011110 | 1100111 | 100000 | 1001 | 0 | 1000101 | 111100 | 1000100 | 110101 | 11010 |
Color Harmonies of #5E6720
Complementary color
Monochromatic Colors of #5E6720
Black with #5E6720
Text Example
Text Example
White with #5E6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6720; }
p { color: rgb(94,103,32); }
H1.HeaderClassName
{
color: #5E6720;
}
.AnyTagClassName
{
color: #5E6720;
}
</style>
background-color css
<style>
a { background-color: #5E6720; }
a { background-color: rgb(94,103,32); }
div.DivClassName
{
background-color: #5E6720;
}
.BgClassName
{
background-color: #5E6720;
}
</style>
border-color css
<style>
span { border-color: #5E6720; }
span { border-color: rgb(94,103,32); }
td.TdClassName
{
border-color: #5E6720;
}
.TagClassName
{
border-color: #5E6720;
}
</style>