Shades of Fiji Green #5E6725
Tints of Fiji Green #5E6725
RGB
CMYK
RGB Variations
Color information
#5E6725 (or 0x5E6725) is known color: Fiji Green. HEX triplet: 5E, 67 and 25. RGB value is (94,103,37). Sum of RGB (Red+Green+Blue) = 94+103+37=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6725 is #A198DA. Grayscale: #5D5D5D. Windows color (decimal): -10590427 or 2451294. OLE color: 2451294.
HSL color Cylindrical-coordinate representation of color #5E6725: hue angle of 68.18º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E6725 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 37 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.60 |
| HSL | 68.18º | 0.47% | 0.27% | - |
| HSV(B) | 68.18º | 0.64% | 0.4% | - |
| XYZ | 9.8 | 12.21 | 3.59 | - |
| YUV | 92.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 37 | 0.09 | 0 | 0.64 | 0.60 | 68.18 | 0.47 | 0.27 |
| Hex | 5E | 67 | 25 | 9 | 0 | 40 | 3C | 44 | 2F | 1B |
| Octal | 136 | 147 | 45 | 11 | 0 | 100 | 74 | 104 | 57 | 33 |
| Binary | 1011110 | 1100111 | 100101 | 1001 | 0 | 1000000 | 111100 | 1000100 | 101111 | 11011 |
Color Harmonies of #5E6725
Complementary color
Monochromatic Colors of #5E6725
Black with #5E6725
Text Example
Text Example
White with #5E6725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6725; }
p { color: rgb(94,103,37); }
H1.HeaderClassName
{
color: #5E6725;
}
.AnyTagClassName
{
color: #5E6725;
}
</style>
background-color css
<style>
a { background-color: #5E6725; }
a { background-color: rgb(94,103,37); }
div.DivClassName
{
background-color: #5E6725;
}
.BgClassName
{
background-color: #5E6725;
}
</style>
border-color css
<style>
span { border-color: #5E6725; }
span { border-color: rgb(94,103,37); }
td.TdClassName
{
border-color: #5E6725;
}
.TagClassName
{
border-color: #5E6725;
}
</style>