Shades of Fiji Green #5F690C
Tints of Fiji Green #5F690C
RGB
CMYK
RGB Variations
Color information
#5F690C (or 0x5F690C) is known color: Fiji Green. HEX triplet: 5F, 69 and 0C. RGB value is (95,105,12). Sum of RGB (Red+Green+Blue) = 95+105+12=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #5F690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F690C is #A096F3. Grayscale: #5B5B5B. Windows color (decimal): -10524404 or 813407. OLE color: 813407.
HSL color Cylindrical-coordinate representation of color #5F690C: hue angle of 66.45º 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 #5F690C is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 105 | 12 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.59 |
| HSL | 66.45º | 0.79% | 0.23% | - |
| HSV(B) | 66.45º | 0.89% | 0.41% | - |
| XYZ | 9.84 | 12.56 | 2.25 | - |
| YUV | 91.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 12 | 0.10 | 0 | 0.89 | 0.59 | 66.45 | 0.79 | 0.23 |
| Hex | 5F | 69 | C | A | 0 | 59 | 3B | 42 | 4F | 17 |
| Octal | 137 | 151 | 14 | 12 | 0 | 131 | 73 | 102 | 117 | 27 |
| Binary | 1011111 | 1101001 | 1100 | 1010 | 0 | 1011001 | 111011 | 1000010 | 1001111 | 10111 |
Color Harmonies of #5F690C
Complementary color
Monochromatic Colors of #5F690C
Black with #5F690C
Text Example
Text Example
White with #5F690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F690C; }
p { color: rgb(95,105,12); }
H1.HeaderClassName
{
color: #5F690C;
}
.AnyTagClassName
{
color: #5F690C;
}
</style>
background-color css
<style>
a { background-color: #5F690C; }
a { background-color: rgb(95,105,12); }
div.DivClassName
{
background-color: #5F690C;
}
.BgClassName
{
background-color: #5F690C;
}
</style>
border-color css
<style>
span { border-color: #5F690C; }
span { border-color: rgb(95,105,12); }
td.TdClassName
{
border-color: #5F690C;
}
.TagClassName
{
border-color: #5F690C;
}
</style>