Shades of Fiji Green #5E690C
Tints of Fiji Green #5E690C
RGB
CMYK
RGB Variations
Color information
#5E690C (or 0x5E690C) is known color: Fiji Green. HEX triplet: 5E, 69 and 0C. RGB value is (94,105,12). Sum of RGB (Red+Green+Blue) = 94+105+12=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #5E690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E690C is #A196F3. Grayscale: #5B5B5B. Windows color (decimal): -10589940 or 813406. OLE color: 813406.
HSL color Cylindrical-coordinate representation of color #5E690C: hue angle of 67.1º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E690C is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 105 | 12 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.59 |
| HSL | 67.1º | 0.79% | 0.23% | - |
| HSV(B) | 67.1º | 0.89% | 0.41% | - |
| XYZ | 9.73 | 12.51 | 2.25 | - |
| YUV | 91.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 12 | 0.10 | 0 | 0.89 | 0.59 | 67.1 | 0.79 | 0.23 |
| Hex | 5E | 69 | C | A | 0 | 59 | 3B | 43 | 4F | 17 |
| Octal | 136 | 151 | 14 | 12 | 0 | 131 | 73 | 103 | 117 | 27 |
| Binary | 1011110 | 1101001 | 1100 | 1010 | 0 | 1011001 | 111011 | 1000011 | 1001111 | 10111 |
Color Harmonies of #5E690C
Complementary color
Monochromatic Colors of #5E690C
Black with #5E690C
Text Example
Text Example
White with #5E690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E690C; }
p { color: rgb(94,105,12); }
H1.HeaderClassName
{
color: #5E690C;
}
.AnyTagClassName
{
color: #5E690C;
}
</style>
background-color css
<style>
a { background-color: #5E690C; }
a { background-color: rgb(94,105,12); }
div.DivClassName
{
background-color: #5E690C;
}
.BgClassName
{
background-color: #5E690C;
}
</style>
border-color css
<style>
span { border-color: #5E690C; }
span { border-color: rgb(94,105,12); }
td.TdClassName
{
border-color: #5E690C;
}
.TagClassName
{
border-color: #5E690C;
}
</style>