Shades of Fiji Green #697C0E
Tints of Fiji Green #697C0E
RGB
CMYK
RGB Variations
Color information
#697C0E (or 0x697C0E) is known color: Fiji Green. HEX triplet: 69, 7C and 0E. RGB value is (105,124,14). Sum of RGB (Red+Green+Blue) = 105+124+14=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #697C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697C0E is #9683F1. Grayscale: #6A6A6A. Windows color (decimal): -9864178 or 949353. OLE color: 949353.
HSL color Cylindrical-coordinate representation of color #697C0E: hue angle of 70.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #697C0E is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 14 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.51 |
| HSL | 70.36º | 0.8% | 0.27% | - |
| HSV(B) | 70.36º | 0.89% | 0.49% | - |
| XYZ | 13.11 | 17.45 | 3.09 | - |
| YUV | 105.78 | 76.21 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 14 | 0.15 | 0 | 0.89 | 0.51 | 70.36 | 0.8 | 0.27 |
| Hex | 69 | 7C | E | F | 0 | 59 | 33 | 46 | 50 | 1B |
| Octal | 151 | 174 | 16 | 17 | 0 | 131 | 63 | 106 | 120 | 33 |
| Binary | 1101001 | 1111100 | 1110 | 1111 | 0 | 1011001 | 110011 | 1000110 | 1010000 | 11011 |
Color Harmonies of #697C0E
Complementary color
Monochromatic Colors of #697C0E
Black with #697C0E
Text Example
Text Example
White with #697C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C0E; }
p { color: rgb(105,124,14); }
H1.HeaderClassName
{
color: #697C0E;
}
.AnyTagClassName
{
color: #697C0E;
}
</style>
background-color css
<style>
a { background-color: #697C0E; }
a { background-color: rgb(105,124,14); }
div.DivClassName
{
background-color: #697C0E;
}
.BgClassName
{
background-color: #697C0E;
}
</style>
border-color css
<style>
span { border-color: #697C0E; }
span { border-color: rgb(105,124,14); }
td.TdClassName
{
border-color: #697C0E;
}
.TagClassName
{
border-color: #697C0E;
}
</style>