Shades of Fiji Green #4E7508
Tints of Fiji Green #4E7508
RGB
CMYK
RGB Variations
Color information
#4E7508 (or 0x4E7508) is known color: Fiji Green. HEX triplet: 4E, 75 and 08. RGB value is (78,117,8). Sum of RGB (Red+Green+Blue) = 78+117+8=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7508 is #B18AF7. Grayscale: #5D5D5D. Windows color (decimal): -11635448 or 554318. OLE color: 554318.
HSL color Cylindrical-coordinate representation of color #4E7508: hue angle of 81.47º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E7508 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 117 | 8 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.54 |
| HSL | 81.47º | 0.87% | 0.25% | - |
| HSV(B) | 81.47º | 0.93% | 0.46% | - |
| XYZ | 9.55 | 14.36 | 2.5 | - |
| YUV | 92.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 8 | 0.33 | 0 | 0.93 | 0.54 | 81.47 | 0.87 | 0.25 |
| Hex | 4E | 75 | 8 | 21 | 0 | 5D | 36 | 51 | 57 | 19 |
| Octal | 116 | 165 | 10 | 41 | 0 | 135 | 66 | 121 | 127 | 31 |
| Binary | 1001110 | 1110101 | 1000 | 100001 | 0 | 1011101 | 110110 | 1010001 | 1010111 | 11001 |
Color Harmonies of #4E7508
Complementary color
Monochromatic Colors of #4E7508
Black with #4E7508
Text Example
Text Example
White with #4E7508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7508; }
p { color: rgb(78,117,8); }
H1.HeaderClassName
{
color: #4E7508;
}
.AnyTagClassName
{
color: #4E7508;
}
</style>
background-color css
<style>
a { background-color: #4E7508; }
a { background-color: rgb(78,117,8); }
div.DivClassName
{
background-color: #4E7508;
}
.BgClassName
{
background-color: #4E7508;
}
</style>
border-color css
<style>
span { border-color: #4E7508; }
span { border-color: rgb(78,117,8); }
td.TdClassName
{
border-color: #4E7508;
}
.TagClassName
{
border-color: #4E7508;
}
</style>