Shades of Fiji Green #5E721C
Tints of Fiji Green #5E721C
RGB
CMYK
RGB Variations
Color information
#5E721C (or 0x5E721C) is known color: Fiji Green. HEX triplet: 5E, 72 and 1C. RGB value is (94,114,28). Sum of RGB (Red+Green+Blue) = 94+114+28=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #5E721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E721C is #A18DE3. Grayscale: #626262. Windows color (decimal): -10587620 or 1864286. OLE color: 1864286.
HSL color Cylindrical-coordinate representation of color #5E721C: hue angle of 73.95º degrees, saturation: 0.61, 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 #5E721C is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 28 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.55 |
| HSL | 73.95º | 0.61% | 0.28% | - |
| HSV(B) | 73.95º | 0.75% | 0.45% | - |
| XYZ | 10.84 | 14.5 | 3.33 | - |
| YUV | 98.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 28 | 0.18 | 0 | 0.75 | 0.55 | 73.95 | 0.61 | 0.28 |
| Hex | 5E | 72 | 1C | 12 | 0 | 4B | 37 | 4A | 3D | 1C |
| Octal | 136 | 162 | 34 | 22 | 0 | 113 | 67 | 112 | 75 | 34 |
| Binary | 1011110 | 1110010 | 11100 | 10010 | 0 | 1001011 | 110111 | 1001010 | 111101 | 11100 |
Color Harmonies of #5E721C
Complementary color
Monochromatic Colors of #5E721C
Black with #5E721C
Text Example
Text Example
White with #5E721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E721C; }
p { color: rgb(94,114,28); }
H1.HeaderClassName
{
color: #5E721C;
}
.AnyTagClassName
{
color: #5E721C;
}
</style>
background-color css
<style>
a { background-color: #5E721C; }
a { background-color: rgb(94,114,28); }
div.DivClassName
{
background-color: #5E721C;
}
.BgClassName
{
background-color: #5E721C;
}
</style>
border-color css
<style>
span { border-color: #5E721C; }
span { border-color: rgb(94,114,28); }
td.TdClassName
{
border-color: #5E721C;
}
.TagClassName
{
border-color: #5E721C;
}
</style>