Shades of Fiji Green #5E6525
Tints of Fiji Green #5E6525
RGB
CMYK
RGB Variations
Color information
#5E6525 (or 0x5E6525) is known color: Fiji Green. HEX triplet: 5E, 65 and 25. RGB value is (94,101,37). Sum of RGB (Red+Green+Blue) = 94+101+37=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6525 is #A19ADA. Grayscale: #5B5B5B. Windows color (decimal): -10590939 or 2450782. OLE color: 2450782.
HSL color Cylindrical-coordinate representation of color #5E6525: hue angle of 66.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E6525 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 37 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.60 |
| HSL | 66.56º | 0.46% | 0.27% | - |
| HSV(B) | 66.56º | 0.63% | 0.4% | - |
| XYZ | 9.6 | 11.82 | 3.53 | - |
| YUV | 91.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 37 | 0.07 | 0 | 0.63 | 0.60 | 66.56 | 0.46 | 0.27 |
| Hex | 5E | 65 | 25 | 7 | 0 | 3F | 3C | 43 | 2E | 1B |
| Octal | 136 | 145 | 45 | 7 | 0 | 77 | 74 | 103 | 56 | 33 |
| Binary | 1011110 | 1100101 | 100101 | 111 | 0 | 111111 | 111100 | 1000011 | 101110 | 11011 |
Color Harmonies of #5E6525
Complementary color
Monochromatic Colors of #5E6525
Black with #5E6525
Text Example
Text Example
White with #5E6525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6525; }
p { color: rgb(94,101,37); }
H1.HeaderClassName
{
color: #5E6525;
}
.AnyTagClassName
{
color: #5E6525;
}
</style>
background-color css
<style>
a { background-color: #5E6525; }
a { background-color: rgb(94,101,37); }
div.DivClassName
{
background-color: #5E6525;
}
.BgClassName
{
background-color: #5E6525;
}
</style>
border-color css
<style>
span { border-color: #5E6525; }
span { border-color: rgb(94,101,37); }
td.TdClassName
{
border-color: #5E6525;
}
.TagClassName
{
border-color: #5E6525;
}
</style>