Shades of Fiji Green #697C0C
Tints of Fiji Green #697C0C
RGB
CMYK
RGB Variations
Color information
#697C0C (or 0x697C0C) is known color: Fiji Green. HEX triplet: 69, 7C and 0C. RGB value is (105,124,12). Sum of RGB (Red+Green+Blue) = 105+124+12=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #697C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697C0C is #9683F3. Grayscale: #696969. Windows color (decimal): -9864180 or 818281. OLE color: 818281.
HSL color Cylindrical-coordinate representation of color #697C0C: hue angle of 70.18º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #697C0C is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 12 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.51 |
| HSL | 70.18º | 0.82% | 0.27% | - |
| HSV(B) | 70.18º | 0.9% | 0.49% | - |
| XYZ | 13.1 | 17.45 | 3.02 | - |
| YUV | 105.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 12 | 0.15 | 0 | 0.90 | 0.51 | 70.18 | 0.82 | 0.27 |
| Hex | 69 | 7C | C | F | 0 | 5A | 33 | 46 | 52 | 1B |
| Octal | 151 | 174 | 14 | 17 | 0 | 132 | 63 | 106 | 122 | 33 |
| Binary | 1101001 | 1111100 | 1100 | 1111 | 0 | 1011010 | 110011 | 1000110 | 1010010 | 11011 |
Color Harmonies of #697C0C
Complementary color
Monochromatic Colors of #697C0C
Black with #697C0C
Text Example
Text Example
White with #697C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C0C; }
p { color: rgb(105,124,12); }
H1.HeaderClassName
{
color: #697C0C;
}
.AnyTagClassName
{
color: #697C0C;
}
</style>
background-color css
<style>
a { background-color: #697C0C; }
a { background-color: rgb(105,124,12); }
div.DivClassName
{
background-color: #697C0C;
}
.BgClassName
{
background-color: #697C0C;
}
</style>
border-color css
<style>
span { border-color: #697C0C; }
span { border-color: rgb(105,124,12); }
td.TdClassName
{
border-color: #697C0C;
}
.TagClassName
{
border-color: #697C0C;
}
</style>