Shades of Fiji Green #5E6815
Tints of Fiji Green #5E6815
RGB
CMYK
RGB Variations
Color information
#5E6815 (or 0x5E6815) is known color: Fiji Green. HEX triplet: 5E, 68 and 15. RGB value is (94,104,21). Sum of RGB (Red+Green+Blue) = 94+104+21=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6815 is #A197EA. Grayscale: #5B5B5B. Windows color (decimal): -10590187 or 1402974. OLE color: 1402974.
HSL color Cylindrical-coordinate representation of color #5E6815: hue angle of 67.23º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E6815 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 21 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.59 |
| HSL | 67.23º | 0.66% | 0.25% | - |
| HSV(B) | 67.23º | 0.8% | 0.41% | - |
| XYZ | 9.7 | 12.33 | 2.58 | - |
| YUV | 91.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 21 | 0.10 | 0 | 0.80 | 0.59 | 67.23 | 0.66 | 0.25 |
| Hex | 5E | 68 | 15 | A | 0 | 50 | 3B | 43 | 42 | 19 |
| Octal | 136 | 150 | 25 | 12 | 0 | 120 | 73 | 103 | 102 | 31 |
| Binary | 1011110 | 1101000 | 10101 | 1010 | 0 | 1010000 | 111011 | 1000011 | 1000010 | 11001 |
Color Harmonies of #5E6815
Complementary color
Monochromatic Colors of #5E6815
Black with #5E6815
Text Example
Text Example
White with #5E6815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6815; }
p { color: rgb(94,104,21); }
H1.HeaderClassName
{
color: #5E6815;
}
.AnyTagClassName
{
color: #5E6815;
}
</style>
background-color css
<style>
a { background-color: #5E6815; }
a { background-color: rgb(94,104,21); }
div.DivClassName
{
background-color: #5E6815;
}
.BgClassName
{
background-color: #5E6815;
}
</style>
border-color css
<style>
span { border-color: #5E6815; }
span { border-color: rgb(94,104,21); }
td.TdClassName
{
border-color: #5E6815;
}
.TagClassName
{
border-color: #5E6815;
}
</style>