Shades of Fiji Green #5E6523
Tints of Fiji Green #5E6523
RGB
CMYK
RGB Variations
Color information
#5E6523 (or 0x5E6523) is known color: Fiji Green. HEX triplet: 5E, 65 and 23. RGB value is (94,101,35). Sum of RGB (Red+Green+Blue) = 94+101+35=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6523 is #A19ADC. Grayscale: #5B5B5B. Windows color (decimal): -10590941 or 2319710. OLE color: 2319710.
HSL color Cylindrical-coordinate representation of color #5E6523: hue angle of 66.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E6523 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 35 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.60 |
| HSL | 66.36º | 0.49% | 0.27% | - |
| HSV(B) | 66.36º | 0.65% | 0.4% | - |
| XYZ | 9.57 | 11.81 | 3.36 | - |
| YUV | 91.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 35 | 0.07 | 0 | 0.65 | 0.60 | 66.36 | 0.49 | 0.27 |
| Hex | 5E | 65 | 23 | 7 | 0 | 41 | 3C | 42 | 31 | 1B |
| Octal | 136 | 145 | 43 | 7 | 0 | 101 | 74 | 102 | 61 | 33 |
| Binary | 1011110 | 1100101 | 100011 | 111 | 0 | 1000001 | 111100 | 1000010 | 110001 | 11011 |
Color Harmonies of #5E6523
Complementary color
Monochromatic Colors of #5E6523
Black with #5E6523
Text Example
Text Example
White with #5E6523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6523; }
p { color: rgb(94,101,35); }
H1.HeaderClassName
{
color: #5E6523;
}
.AnyTagClassName
{
color: #5E6523;
}
</style>
background-color css
<style>
a { background-color: #5E6523; }
a { background-color: rgb(94,101,35); }
div.DivClassName
{
background-color: #5E6523;
}
.BgClassName
{
background-color: #5E6523;
}
</style>
border-color css
<style>
span { border-color: #5E6523; }
span { border-color: rgb(94,101,35); }
td.TdClassName
{
border-color: #5E6523;
}
.TagClassName
{
border-color: #5E6523;
}
</style>