Shades of Fiji Green #697C1E
Tints of Fiji Green #697C1E
RGB
CMYK
RGB Variations
Color information
#697C1E (or 0x697C1E) is known color: Fiji Green. HEX triplet: 69, 7C and 1E. RGB value is (105,124,30). Sum of RGB (Red+Green+Blue) = 105+124+30=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #697C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C1E is #9683E1. Grayscale: #6B6B6B. Windows color (decimal): -9864162 or 1997929. OLE color: 1997929.
HSL color Cylindrical-coordinate representation of color #697C1E: hue angle of 72.13º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #697C1E is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 30 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.51 |
| HSL | 72.13º | 0.61% | 0.3% | - |
| HSV(B) | 72.13º | 0.76% | 0.49% | - |
| XYZ | 13.27 | 17.51 | 3.91 | - |
| YUV | 107.6 | 84.21 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 30 | 0.15 | 0 | 0.76 | 0.51 | 72.13 | 0.61 | 0.3 |
| Hex | 69 | 7C | 1E | F | 0 | 4C | 33 | 48 | 3D | 1E |
| Octal | 151 | 174 | 36 | 17 | 0 | 114 | 63 | 110 | 75 | 36 |
| Binary | 1101001 | 1111100 | 11110 | 1111 | 0 | 1001100 | 110011 | 1001000 | 111101 | 11110 |
Color Harmonies of #697C1E
Complementary color
Monochromatic Colors of #697C1E
Black with #697C1E
Text Example
Text Example
White with #697C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C1E; }
p { color: rgb(105,124,30); }
H1.HeaderClassName
{
color: #697C1E;
}
.AnyTagClassName
{
color: #697C1E;
}
</style>
background-color css
<style>
a { background-color: #697C1E; }
a { background-color: rgb(105,124,30); }
div.DivClassName
{
background-color: #697C1E;
}
.BgClassName
{
background-color: #697C1E;
}
</style>
border-color css
<style>
span { border-color: #697C1E; }
span { border-color: rgb(105,124,30); }
td.TdClassName
{
border-color: #697C1E;
}
.TagClassName
{
border-color: #697C1E;
}
</style>