Shades of Fiji Green #697F16
Tints of Fiji Green #697F16
RGB
CMYK
RGB Variations
Color information
#697F16 (or 0x697F16) is known color: Fiji Green. HEX triplet: 69, 7F and 16. RGB value is (105,127,22). Sum of RGB (Red+Green+Blue) = 105+127+22=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #697F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697F16 is #9680E9. Grayscale: #6C6C6C. Windows color (decimal): -9863402 or 1474409. OLE color: 1474409.
HSL color Cylindrical-coordinate representation of color #697F16: hue angle of 72.57º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #697F16 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 22 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.50 |
| HSL | 72.57º | 0.7% | 0.29% | - |
| HSV(B) | 72.57º | 0.83% | 0.5% | - |
| XYZ | 13.56 | 18.24 | 3.57 | - |
| YUV | 108.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 22 | 0.17 | 0 | 0.83 | 0.50 | 72.57 | 0.7 | 0.29 |
| Hex | 69 | 7F | 16 | 11 | 0 | 53 | 32 | 49 | 46 | 1D |
| Octal | 151 | 177 | 26 | 21 | 0 | 123 | 62 | 111 | 106 | 35 |
| Binary | 1101001 | 1111111 | 10110 | 10001 | 0 | 1010011 | 110010 | 1001001 | 1000110 | 11101 |
Color Harmonies of #697F16
Complementary color
Monochromatic Colors of #697F16
Black with #697F16
Text Example
Text Example
White with #697F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F16; }
p { color: rgb(105,127,22); }
H1.HeaderClassName
{
color: #697F16;
}
.AnyTagClassName
{
color: #697F16;
}
</style>
background-color css
<style>
a { background-color: #697F16; }
a { background-color: rgb(105,127,22); }
div.DivClassName
{
background-color: #697F16;
}
.BgClassName
{
background-color: #697F16;
}
</style>
border-color css
<style>
span { border-color: #697F16; }
span { border-color: rgb(105,127,22); }
td.TdClassName
{
border-color: #697F16;
}
.TagClassName
{
border-color: #697F16;
}
</style>