Shades of Fiji Green #5E6728
Tints of Fiji Green #5E6728
RGB
CMYK
RGB Variations
Color information
#5E6728 (or 0x5E6728) is known color: Fiji Green. HEX triplet: 5E, 67 and 28. RGB value is (94,103,40). Sum of RGB (Red+Green+Blue) = 94+103+40=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6728 is #A198D7. Grayscale: #5D5D5D. Windows color (decimal): -10590424 or 2647902. OLE color: 2647902.
HSL color Cylindrical-coordinate representation of color #5E6728: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6728 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 40 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.60 |
| HSL | 68.57º | 0.44% | 0.28% | - |
| HSV(B) | 68.57º | 0.61% | 0.4% | - |
| XYZ | 9.85 | 12.23 | 3.85 | - |
| YUV | 93.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 40 | 0.09 | 0 | 0.61 | 0.60 | 68.57 | 0.44 | 0.28 |
| Hex | 5E | 67 | 28 | 9 | 0 | 3D | 3C | 45 | 2C | 1C |
| Octal | 136 | 147 | 50 | 11 | 0 | 75 | 74 | 105 | 54 | 34 |
| Binary | 1011110 | 1100111 | 101000 | 1001 | 0 | 111101 | 111100 | 1000101 | 101100 | 11100 |
Color Harmonies of #5E6728
Complementary color
Monochromatic Colors of #5E6728
Black with #5E6728
Text Example
Text Example
White with #5E6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6728; }
p { color: rgb(94,103,40); }
H1.HeaderClassName
{
color: #5E6728;
}
.AnyTagClassName
{
color: #5E6728;
}
</style>
background-color css
<style>
a { background-color: #5E6728; }
a { background-color: rgb(94,103,40); }
div.DivClassName
{
background-color: #5E6728;
}
.BgClassName
{
background-color: #5E6728;
}
</style>
border-color css
<style>
span { border-color: #5E6728; }
span { border-color: rgb(94,103,40); }
td.TdClassName
{
border-color: #5E6728;
}
.TagClassName
{
border-color: #5E6728;
}
</style>