Shades of Fiji Green #5E760C
Tints of Fiji Green #5E760C
RGB
CMYK
RGB Variations
Color information
#5E760C (or 0x5E760C) is known color: Fiji Green. HEX triplet: 5E, 76 and 0C. RGB value is (94,118,12). Sum of RGB (Red+Green+Blue) = 94+118+12=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #5E760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E760C is #A189F3. Grayscale: #636363. Windows color (decimal): -10586612 or 816734. OLE color: 816734.
HSL color Cylindrical-coordinate representation of color #5E760C: hue angle of 73.58º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E760C is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 12 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.54 |
| HSL | 73.58º | 0.82% | 0.25% | - |
| HSV(B) | 73.58º | 0.9% | 0.46% | - |
| XYZ | 11.16 | 15.36 | 2.72 | - |
| YUV | 98.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 12 | 0.20 | 0 | 0.90 | 0.54 | 73.58 | 0.82 | 0.25 |
| Hex | 5E | 76 | C | 14 | 0 | 5A | 36 | 4A | 52 | 19 |
| Octal | 136 | 166 | 14 | 24 | 0 | 132 | 66 | 112 | 122 | 31 |
| Binary | 1011110 | 1110110 | 1100 | 10100 | 0 | 1011010 | 110110 | 1001010 | 1010010 | 11001 |
Color Harmonies of #5E760C
Complementary color
Monochromatic Colors of #5E760C
Black with #5E760C
Text Example
Text Example
White with #5E760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E760C; }
p { color: rgb(94,118,12); }
H1.HeaderClassName
{
color: #5E760C;
}
.AnyTagClassName
{
color: #5E760C;
}
</style>
background-color css
<style>
a { background-color: #5E760C; }
a { background-color: rgb(94,118,12); }
div.DivClassName
{
background-color: #5E760C;
}
.BgClassName
{
background-color: #5E760C;
}
</style>
border-color css
<style>
span { border-color: #5E760C; }
span { border-color: rgb(94,118,12); }
td.TdClassName
{
border-color: #5E760C;
}
.TagClassName
{
border-color: #5E760C;
}
</style>