Shades of Fiji Green #5E721A
Tints of Fiji Green #5E721A
RGB
CMYK
RGB Variations
Color information
#5E721A (or 0x5E721A) is known color: Fiji Green. HEX triplet: 5E, 72 and 1A. RGB value is (94,114,26). Sum of RGB (Red+Green+Blue) = 94+114+26=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #5E721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E721A is #A18DE5. Grayscale: #626262. Windows color (decimal): -10587622 or 1733214. OLE color: 1733214.
HSL color Cylindrical-coordinate representation of color #5E721A: hue angle of 73.64º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E721A is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 26 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.55 |
| HSL | 73.64º | 0.63% | 0.27% | - |
| HSV(B) | 73.64º | 0.77% | 0.45% | - |
| XYZ | 10.82 | 14.49 | 3.2 | - |
| YUV | 97.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 26 | 0.18 | 0 | 0.77 | 0.55 | 73.64 | 0.63 | 0.27 |
| Hex | 5E | 72 | 1A | 12 | 0 | 4D | 37 | 4A | 3F | 1B |
| Octal | 136 | 162 | 32 | 22 | 0 | 115 | 67 | 112 | 77 | 33 |
| Binary | 1011110 | 1110010 | 11010 | 10010 | 0 | 1001101 | 110111 | 1001010 | 111111 | 11011 |
Color Harmonies of #5E721A
Complementary color
Monochromatic Colors of #5E721A
Black with #5E721A
Text Example
Text Example
White with #5E721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E721A; }
p { color: rgb(94,114,26); }
H1.HeaderClassName
{
color: #5E721A;
}
.AnyTagClassName
{
color: #5E721A;
}
</style>
background-color css
<style>
a { background-color: #5E721A; }
a { background-color: rgb(94,114,26); }
div.DivClassName
{
background-color: #5E721A;
}
.BgClassName
{
background-color: #5E721A;
}
</style>
border-color css
<style>
span { border-color: #5E721A; }
span { border-color: rgb(94,114,26); }
td.TdClassName
{
border-color: #5E721A;
}
.TagClassName
{
border-color: #5E721A;
}
</style>