Shades of Fiji Green #5E721D
Tints of Fiji Green #5E721D
RGB
CMYK
RGB Variations
Color information
#5E721D (or 0x5E721D) is known color: Fiji Green. HEX triplet: 5E, 72 and 1D. RGB value is (94,114,29). Sum of RGB (Red+Green+Blue) = 94+114+29=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #5E721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E721D is #A18DE2. Grayscale: #626262. Windows color (decimal): -10587619 or 1929822. OLE color: 1929822.
HSL color Cylindrical-coordinate representation of color #5E721D: hue angle of 74.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E721D is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 29 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.55 |
| HSL | 74.12º | 0.59% | 0.28% | - |
| HSV(B) | 74.12º | 0.75% | 0.45% | - |
| XYZ | 10.86 | 14.5 | 3.39 | - |
| YUV | 98.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 29 | 0.18 | 0 | 0.75 | 0.55 | 74.12 | 0.59 | 0.28 |
| Hex | 5E | 72 | 1D | 12 | 0 | 4B | 37 | 4A | 3B | 1C |
| Octal | 136 | 162 | 35 | 22 | 0 | 113 | 67 | 112 | 73 | 34 |
| Binary | 1011110 | 1110010 | 11101 | 10010 | 0 | 1001011 | 110111 | 1001010 | 111011 | 11100 |
Color Harmonies of #5E721D
Complementary color
Monochromatic Colors of #5E721D
Black with #5E721D
Text Example
Text Example
White with #5E721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E721D; }
p { color: rgb(94,114,29); }
H1.HeaderClassName
{
color: #5E721D;
}
.AnyTagClassName
{
color: #5E721D;
}
</style>
background-color css
<style>
a { background-color: #5E721D; }
a { background-color: rgb(94,114,29); }
div.DivClassName
{
background-color: #5E721D;
}
.BgClassName
{
background-color: #5E721D;
}
</style>
border-color css
<style>
span { border-color: #5E721D; }
span { border-color: rgb(94,114,29); }
td.TdClassName
{
border-color: #5E721D;
}
.TagClassName
{
border-color: #5E721D;
}
</style>