Shades of Fiji Green #697F12
Tints of Fiji Green #697F12
RGB
CMYK
RGB Variations
Color information
#697F12 (or 0x697F12) is known color: Fiji Green. HEX triplet: 69, 7F and 12. RGB value is (105,127,18). Sum of RGB (Red+Green+Blue) = 105+127+18=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #697F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697F12 is #9680ED. Grayscale: #6C6C6C. Windows color (decimal): -9863406 or 1212265. OLE color: 1212265.
HSL color Cylindrical-coordinate representation of color #697F12: hue angle of 72.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #697F12 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 18 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.50 |
| HSL | 72.11º | 0.75% | 0.28% | - |
| HSV(B) | 72.11º | 0.86% | 0.5% | - |
| XYZ | 13.52 | 18.23 | 3.38 | - |
| YUV | 108 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 18 | 0.17 | 0 | 0.86 | 0.50 | 72.11 | 0.75 | 0.28 |
| Hex | 69 | 7F | 12 | 11 | 0 | 56 | 32 | 48 | 4B | 1C |
| Octal | 151 | 177 | 22 | 21 | 0 | 126 | 62 | 110 | 113 | 34 |
| Binary | 1101001 | 1111111 | 10010 | 10001 | 0 | 1010110 | 110010 | 1001000 | 1001011 | 11100 |
Color Harmonies of #697F12
Complementary color
Monochromatic Colors of #697F12
Black with #697F12
Text Example
Text Example
White with #697F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F12; }
p { color: rgb(105,127,18); }
H1.HeaderClassName
{
color: #697F12;
}
.AnyTagClassName
{
color: #697F12;
}
</style>
background-color css
<style>
a { background-color: #697F12; }
a { background-color: rgb(105,127,18); }
div.DivClassName
{
background-color: #697F12;
}
.BgClassName
{
background-color: #697F12;
}
</style>
border-color css
<style>
span { border-color: #697F12; }
span { border-color: rgb(105,127,18); }
td.TdClassName
{
border-color: #697F12;
}
.TagClassName
{
border-color: #697F12;
}
</style>